* 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 not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected