Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dgraph-io/dgraph
/ IsEmpty
Method
IsEmpty
query/outputnode.go:542–544 ·
view source on GitHub ↗
(fj fastJsonNode)
Source
from the content-addressed store, hash-verified
540
}
541
542
func
(enc *encoder) IsEmpty(fj fastJsonNode) bool {
543
return
fj.child == nil
544
}
545
546
var
(
547
boolTrue = []byte(
"true"
)
Callers
5
processTernary
Function · 0.45
evalMathTree
Function · 0.45
addAggregations
Method · 0.45
processNodeUids
Function · 0.45
preTraverse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected