Versions in this module Expand all Collapse all v0 v0.5.0 Apr 17, 2026 Changes in this version + func WalkRoots(ctx context.Context, rootIDs []uint64, get GetFunc, verify VerifyFunc, ...) error v0.4.0 Apr 3, 2026 Changes in this version + func Walk(ctx context.Context, rootID uint64, get GetFunc, verify VerifyFunc, ...) error + type GetFunc func(pageID uint64) ([]byte, error) + type VerifyFunc func(pageID uint64, n node.Node) error + type VisitFunc func(ptr page.ValuePtr) error