MCPcopy
hub / github.com/dgraph-io/badger / SimpleIterator

Struct SimpleIterator

table/merge_iterator_test.go:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25)
26
27type SimpleIterator struct {
28 keys [][]byte
29 vals [][]byte
30 idx int
31 reversed bool
32}
33
34var (
35 closeCount int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected