MCPcopy Create free account
hub / github.com/go-sqlite/sqlite3 / page

Struct page

page.go:76–80  ·  view source on GitHub ↗

* func newPage(i int, pb pageBuffer) (Page, error) { pk := PageKind(pb.buf[0]) switch pk { case BTreeInteriorIndexKind: panic("not implemented") case BTreeInteriorTableKind: panic("not implemented") case BTreeLeafIndexKind: panic("not implemented") case BTreeLeafTableKind: return newBt

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected