MCPcopy Index your code
hub / github.com/dgraph-io/dgraph / isFragment

Method isFragment

dql/parser.go:246–248  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

244}
245
246func (gq *GraphQuery) isFragment() bool {
247 return gq.fragment != ""
248}
249
250func (fn *fragmentNode) expand(fmap fragmentMap) error {
251 if fn.Exited {

Callers 1

expandFragmentsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected