Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
24
func
RootNsSchemaKey(attr string) []byte {
25
attr = x.AttrInRootNamespace(attr)
26
return
x.SchemaKey(attr)
27
}
28
29
func
RootNsTypeKey(attr string) []byte {
30
attr = x.AttrInRootNamespace(attr)
Callers
1
initTestExport
Function · 0.92
Calls
2
AttrInRootNamespace
Function · 0.92
SchemaKey
Function · 0.92
Tested by
1
initTestExport
Function · 0.74