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

Method getCustom

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

Source from the content-addressed store, hash-verified

458}
459
460func (enc *encoder) getCustom(fj fastJsonNode) bool {
461 return (fj.meta & customBit) > 0
462}
463
464func (enc *encoder) children(fj fastJsonNode) fastJsonNode {
465 // Return nil if no attrs are found.

Callers 2

encodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected