Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
29
func
RootNsTypeKey(attr string) []byte {
30
attr = x.AttrInRootNamespace(attr)
31
return
x.TypeKey(attr)
32
}
33
34
func
RootNsDataKey(attr string, uid uint64) []byte {
35
attr = x.AttrInRootNamespace(attr)
Callers
1
initTestExport
Function · 0.92
Calls
2
AttrInRootNamespace
Function · 0.92
TypeKey
Function · 0.92
Tested by
1
initTestExport
Function · 0.74