MCPcopy Create free account
hub / github.com/dgraph-io/dgraph / children

Method children

query/outputnode.go:464–467  ·  view source on GitHub ↗
(fj fastJsonNode)

Source from the content-addressed store, hash-verified

462}
463
464func (enc *encoder) children(fj fastJsonNode) fastJsonNode {
465 // Return nil if no attrs are found.
466 return fj.child
467}
468
469func (enc *encoder) AddValue(fj fastJsonNode, attr uint16, v types.Val) error {
470 return enc.AddListValue(fj, attr, v, false)

Callers 11

AddMapChildMethod · 0.95
SetUIDMethod · 0.95
encodeMethod · 0.95
normalizeMethod · 0.95
encodeMethod · 0.80
processCustomFieldsMethod · 0.80
resolveNestedFieldsMethod · 0.80
toDqlJSONMethod · 0.80
TestFastJsonNodeFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestFastJsonNodeFunction · 0.64