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

Function RootNsSchemaKey

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

Source from the content-addressed store, hash-verified

22)
23
24func RootNsSchemaKey(attr string) []byte {
25 attr = x.AttrInRootNamespace(attr)
26 return x.SchemaKey(attr)
27}
28
29func RootNsTypeKey(attr string) []byte {
30 attr = x.AttrInRootNamespace(attr)

Callers 1

initTestExportFunction · 0.92

Calls 2

AttrInRootNamespaceFunction · 0.92
SchemaKeyFunction · 0.92

Tested by 1

initTestExportFunction · 0.74