Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
89
func
(n *node) rewind() {
90
n.iter.Rewind()
91
n.setKey()
92
}
93
94
func
(n *node) seek(key []byte) {
95
n.iter.Seek(key)
Callers
1
Rewind
Method · 0.80
Calls
2
setKey
Method · 0.95
Rewind
Method · 0.65
Tested by
no test coverage detected