MCPcopy Create free account
hub / github.com/dgraph-io/dgraph / RootNsCountKey

Function RootNsCountKey

testutil/utils.go:49–52  ·  view source on GitHub ↗
(attr string, count uint32, reverse bool)

Source from the content-addressed store, hash-verified

47}
48
49func RootNsCountKey(attr string, count uint32, reverse bool) []byte {
50 attr = x.AttrInRootNamespace(attr)
51 return x.CountKey(attr, count, reverse)
52}
53
54type JwtParams struct {
55 User string

Callers

nothing calls this directly

Calls 2

AttrInRootNamespaceFunction · 0.92
CountKeyFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…