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

Method setFacetsParent

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

Source from the content-addressed store, hash-verified

347}
348
349func (enc *encoder) setFacetsParent(fj fastJsonNode) {
350 fj.meta |= facetsBit
351}
352
353func (enc *encoder) setCustom(fj fastJsonNode) {
354 fj.meta |= customBit

Callers 1

attachFacetsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected