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

Function GetInternalPreds

dgraphapi/schema.go:127–132  ·  view source on GitHub ↗
(excludeAclPreds bool)

Source from the content-addressed store, hash-verified

125}
126
127func GetInternalPreds(excludeAclPreds bool) string {
128 if excludeAclPreds {
129 return otherInternalPreds
130 }
131 return aclPreds + "," + otherInternalPreds
132}
133
134func GetInternalTypes(excludeAclTypes bool) string {
135 if excludeAclTypes {

Callers 1

GetFullSchemaJSONFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…