MCPcopy Index your code
hub / github.com/dgraph-io/dgraph / getList

Method getList

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

Source from the content-addressed store, hash-verified

450}
451
452func (enc *encoder) getList(fj fastJsonNode) bool {
453 return (fj.meta & listBit) > 0
454}
455
456func (enc *encoder) getFacetsParent(fj fastJsonNode) bool {
457 return (fj.meta & facetsBit) > 0

Callers 4

encodeMethod · 0.95
encodeMethod · 0.80
TestFastJsonNodeFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestFastJsonNodeFunction · 0.64