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

Function AttrInRootNamespace

x/keys.go:91–93  ·  view source on GitHub ↗
(attr string)

Source from the content-addressed store, hash-verified

89}
90
91func AttrInRootNamespace(attr string) string {
92 return NamespaceAttr(RootNamespace, attr)
93}
94
95// ParseNamespaceAttr returns the namespace and attr from the given value.
96func ParseNamespaceAttr(attr string) (uint64, string) {

Callers 15

access.goFile · 0.92
runRestoreFunction · 0.92
setupTabletsFunction · 0.92
runRestoreFunction · 0.92
runRestoreFunction · 0.92
runRestoreFunction · 0.92
TestPopulateMutationMapFunction · 0.92
TestCheckSchemaFunction · 0.92
TestAclCacheFunction · 0.92
upgradeManifestFunction · 0.92
processReqChMethod · 0.92

Calls 1

NamespaceAttrFunction · 0.85

Tested by 15

runRestoreFunction · 0.74
setupTabletsFunction · 0.74
runRestoreFunction · 0.74
runRestoreFunction · 0.74
runRestoreFunction · 0.74
TestPopulateMutationMapFunction · 0.74
TestCheckSchemaFunction · 0.74
TestAclCacheFunction · 0.74
TestGetScalarListFunction · 0.74
TestMultipleTxnListCountFunction · 0.74