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

Function GetInternalTypes

dgraphapi/schema.go:134–139  ·  view source on GitHub ↗
(excludeAclTypes bool)

Source from the content-addressed store, hash-verified

132}
133
134func GetInternalTypes(excludeAclTypes bool) string {
135 if excludeAclTypes {
136 return otherInternalTypes
137 }
138 return aclTypes + "," + otherInternalTypes
139}

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…