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

Method IsInternal

query/query.go:316–318  ·  view source on GitHub ↗

IsInternal returns whether this subgraph is marked as internal.

()

Source from the content-addressed store, hash-verified

314
315// IsInternal returns whether this subgraph is marked as internal.
316func (sg *SubGraph) IsInternal() bool {
317 return sg.Params.IsInternal
318}
319
320func (sg *SubGraph) createSrcFunction(gf *dql.Function) {
321 if gf == nil {

Callers 9

valueVarAggregationMethod · 0.95
populateUidValVarMethod · 0.95
populateVarMapMethod · 0.80
ProcessGraphFunction · 0.80
calculateMetricsFunction · 0.80
handleCountUIDNodesMethod · 0.80
preTraverseMethod · 0.80
rdfForSubgraphMethod · 0.80
validateSubGraphForRDFFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected