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

Method VisitTableRecords

file.go:300–316  ·  view source on GitHub ↗

VisitTableRecords performs an inorder traversal of all cells in the btree for the table with the given name, passing the (optional, hence nullable) RowID, and record-decoded payload of each cell to the visitor function `f`.

(tableName string, f func(*int64, Record) error)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

newBtreeTableFunction · 0.85
PageMethod · 0.80
visitRecordsInorderMethod · 0.80

Tested by

no test coverage detected