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

Function UidToHex

query/query.go:2841–2843  ·  view source on GitHub ↗
(uid uint64)

Source from the content-addressed store, hash-verified

2839}
2840
2841func UidToHex(uid uint64) string {
2842 return fmt.Sprintf("%#x", uid)
2843}
2844
2845// Request wraps the state that is used when executing query.
2846// Initially ReadTs, Cache and DQLQuery are set.

Callers 3

ResolveMethod · 0.92
newAdminResolverFunction · 0.92
UidsToHexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected