Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dgraph-io/dgraph
/ uintToStr
Function
uintToStr
x/keys.go:132–134 ·
view source on GitHub ↗
(ns uint64)
Source
from the content-addressed store, hash-verified
130
return
ns
131
}
132
func
uintToStr(ns uint64) string {
133
return
strconv.FormatUint(ns, 16)
134
}
135
136
func
IsReverseAttr(attr string) bool {
137
pred := strings.SplitN(attr, NsSeparator, 2)[1]
Callers
1
NamespaceAttr
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected