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

Method visitRawInorder

btree.go:367–418  ·  view source on GitHub ↗

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

(f func(cellInfo) error)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

visitRecordsInorderMethod · 0.95

Calls 5

loadCellMethod · 0.95
newBtreeTableFunction · 0.85
NumCellMethod · 0.80
PageMethod · 0.80
KindMethod · 0.45

Tested by

no test coverage detected