MCPcopy
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}
132func uintToStr(ns uint64) string {
133 return strconv.FormatUint(ns, 16)
134}
135
136func IsReverseAttr(attr string) bool {
137 pred := strings.SplitN(attr, NsSeparator, 2)[1]

Callers 1

NamespaceAttrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected