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

Method rewind

table/merge_iterator.go:89–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87}
88
89func (n *node) rewind() {
90 n.iter.Rewind()
91 n.setKey()
92}
93
94func (n *node) seek(key []byte) {
95 n.iter.Seek(key)

Callers 1

RewindMethod · 0.80

Calls 2

setKeyMethod · 0.95
RewindMethod · 0.65

Tested by

no test coverage detected