Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
246
func
(gq *GraphQuery) isFragment() bool {
247
return
gq.fragment !=
""
248
}
249
250
func
(fn *fragmentNode) expand(fmap fragmentMap) error {
251
if
fn.Exited {
Callers
1
expandFragments
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected