MCPcopy Index your code
hub / github.com/go-sqlite/sqlite3 / visitRecordsInorder

Method visitRecordsInorder

btree.go:423–434  ·  view source on GitHub ↗

Perform inorder traversal of all cells in the btree and its children, passing the record-decoded payload of each cell to the visitor function `f`.

(f func(*int64, Record) error)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

initMethod · 0.80
VisitTableRecordsMethod · 0.80

Calls 2

visitRawInorderMethod · 0.95
decodeRecordMethod · 0.95

Tested by

no test coverage detected