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

Function RootNsTypeKey

testutil/utils.go:29–32  ·  view source on GitHub ↗
(attr string)

Source from the content-addressed store, hash-verified

27}
28
29func RootNsTypeKey(attr string) []byte {
30 attr = x.AttrInRootNamespace(attr)
31 return x.TypeKey(attr)
32}
33
34func RootNsDataKey(attr string, uid uint64) []byte {
35 attr = x.AttrInRootNamespace(attr)

Callers 1

initTestExportFunction · 0.92

Calls 2

AttrInRootNamespaceFunction · 0.92
TypeKeyFunction · 0.92

Tested by 1

initTestExportFunction · 0.74