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

Function AllACLPredicates

x/keys.go:884–890  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

882}
883
884func AllACLPredicates() []string {
885 preds := make([]string, 0, len(aclPredicateMap))
886 for pred := range aclPredicateMap {
887 preds = append(preds, pred)
888 }
889 return preds
890}
891
892// IsInternalPredicate returns true if the predicate is in the internal predicate list.
893// Currently, `uid` is the only such candidate.

Callers 1

authorizeQueryFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected