Skip to contents

graft_history() reads immutable revisions and hydrates them with the exact historical contract and sensitivity rules. A batch ID or timestamp selects a deterministic commit boundary. A GraftView defaults to its pinned boundary and permits only earlier explicit boundaries.

Usage

graft_history(store, id, as_of = NULL, limit = 100L)

Arguments

store

An initialized GraftStore or immutable GraftView.

id

One internal record identifier.

as_of

Optional committed batch ID or scalar POSIXt time.

limit

Maximum revisions to return.

Value

A bounded newest-first data frame with public record list-columns.