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

Method getFacetsParent

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

Source from the content-addressed store, hash-verified

454}
455
456func (enc *encoder) getFacetsParent(fj fastJsonNode) bool {
457 return (fj.meta & facetsBit) > 0
458}
459
460func (enc *encoder) getCustom(fj fastJsonNode) bool {
461 return (fj.meta & customBit) > 0

Callers 1

normalizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected