MCPcopy
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

59type iterFn func(key string, uid uint64) error
60
61func (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.
66func (t *Trie) Release() {

Callers 15

TestTrieIterateFunction · 0.95
processQueryFunction · 0.45
verifyUniqueFunction · 0.45
uidToValFunction · 0.45
lookupFunction · 0.45
toJSONMethod · 0.45
toRDFMethod · 0.45
filterGeoFunctionMethod · 0.45
evalLevelAggFunction · 0.45
valueVarAggregationMethod · 0.45
fillVarsMethod · 0.45

Calls 1

iterateMethod · 0.95

Tested by 1

TestTrieIterateFunction · 0.76