MCPcopy Index your code
hub / github.com/dgraph-io/dgraph / RootNsIndexKey

Function RootNsIndexKey

testutil/utils.go:44–47  ·  view source on GitHub ↗
(attr, term string)

Source from the content-addressed store, hash-verified

42}
43
44func RootNsIndexKey(attr, term string) []byte {
45 attr = x.AttrInRootNamespace(attr)
46 return x.IndexKey(attr, term)
47}
48
49func RootNsCountKey(attr string, count uint32, reverse bool) []byte {
50 attr = x.AttrInRootNamespace(attr)

Callers

nothing calls this directly

Calls 2

AttrInRootNamespaceFunction · 0.92
IndexKeyFunction · 0.92

Tested by

no test coverage detected