Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
456
func
(enc *encoder) getFacetsParent(fj fastJsonNode) bool {
457
return
(fj.meta & facetsBit) > 0
458
}
459
460
func
(enc *encoder) getCustom(fj fastJsonNode) bool {
461
return
(fj.meta & customBit) > 0
Callers
1
normalize
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected