MCPcopy Create free account
hub / github.com/ByteStorage/FlyDB / bptreeIterator

Struct bptreeIterator

engine/index/bptree.go:129–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129type bptreeIterator struct {
130 tx *bbolt.Tx
131 cursor *bbolt.Cursor
132 reverse bool
133 currKey []byte
134 currVal []byte
135}
136
137var _ Iterator = (*bptreeIterator)(nil)
138

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected