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

Method AddListChild

query/outputnode.go:517–520  ·  view source on GitHub ↗
(fj, child fastJsonNode)

Source from the content-addressed store, hash-verified

515}
516
517func (enc *encoder) AddListChild(fj, child fastJsonNode) {
518 enc.setList(child, true)
519 enc.addChildren(fj, child)
520}
521
522func (enc *encoder) SetUID(fj fastJsonNode, uid uint64, attr uint16) error {
523 // if we're in debug mode, uid may be added second time, skip this

Callers 8

TestEncodeFunction · 0.80
addGroupbyMethod · 0.80
addAggregationsMethod · 0.80
handleCountUIDNodesMethod · 0.80
processNodeUidsFunction · 0.80
preTraverseMethod · 0.80
TestEncodeMemoryFunction · 0.80
TestNormalizeJSONLimitFunction · 0.80

Calls 2

setListMethod · 0.95
addChildrenMethod · 0.95

Tested by 3

TestEncodeFunction · 0.64
TestEncodeMemoryFunction · 0.64
TestNormalizeJSONLimitFunction · 0.64