Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
349
func
(enc *encoder) setFacetsParent(fj fastJsonNode) {
350
fj.meta |= facetsBit
351
}
352
353
func
(enc *encoder) setCustom(fj fastJsonNode) {
354
fj.meta |= customBit
Callers
1
attachFacets
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected