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

Method setCustom

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

Source from the content-addressed store, hash-verified

351}
352
353func (enc *encoder) setCustom(fj fastJsonNode) {
354 fj.meta |= customBit
355}
356
357//nolint:unused // appendAttrs is used in outputnode_test.go as a helper function
358func (enc *encoder) appendAttrs(fj, child fastJsonNode) {

Callers 1

makeCustomNodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected