graft_at() binds a live store connection to a previously captured
graft_snapshot(). Reads through the returned view remain fixed at the
snapshot's committed boundary even after later commits. The view is
connection-bound and cannot outlive or close its underlying store.
Arguments
- store
An initialized, open
GraftStorecontaining the snapshot.- snapshot
A
GraftSnapshotreturned bygraft_snapshot().