MCPcopy 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
542func (enc *encoder) IsEmpty(fj fastJsonNode) bool {
543 return fj.child == nil
544}
545
546var (
547 boolTrue = []byte("true")

Callers 5

processTernaryFunction · 0.45
evalMathTreeFunction · 0.45
addAggregationsMethod · 0.45
processNodeUidsFunction · 0.45
preTraverseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected