MCPcopy
hub / github.com/dgraph-io/dgraph / RootNsReverseKey

Function RootNsReverseKey

testutil/utils.go:39–42  ·  view source on GitHub ↗
(attr string, uid uint64)

Source from the content-addressed store, hash-verified

37}
38
39func RootNsReverseKey(attr string, uid uint64) []byte {
40 attr = x.AttrInRootNamespace(attr)
41 return x.ReverseKey(attr, uid)
42}
43
44func RootNsIndexKey(attr, term string) []byte {
45 attr = x.AttrInRootNamespace(attr)

Callers

nothing calls this directly

Calls 2

AttrInRootNamespaceFunction · 0.92
ReverseKeyFunction · 0.92

Tested by

no test coverage detected