Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dgraph-io/dgraph
/ Iterate
Method
Iterate
xidmap/trie.go:61–63 ·
view source on GitHub ↗
(fn iterFn)
Source
from the content-addressed store, hash-verified
59
type
iterFn
func
(key string, uid uint64) error
60
61
func
(t *Trie) Iterate(fn iterFn) error {
62
return
t.iterate(t.root,
""
, fn)
63
}
64
65
// Release would release the resources used by the Arena.
66
func
(t *Trie) Release() {
Callers
15
TestTrieIterate
Function · 0.95
processQuery
Function · 0.45
verifyUnique
Function · 0.45
uidToVal
Function · 0.45
lookup
Function · 0.45
toJSON
Method · 0.45
toRDF
Method · 0.45
facetsFilterValuePostingList
Function · 0.45
filterGeoFunction
Method · 0.45
evalLevelAgg
Function · 0.45
valueVarAggregation
Method · 0.45
fillVars
Method · 0.45
Calls
1
iterate
Method · 0.95
Tested by
1
TestTrieIterate
Function · 0.76