Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dgraph-io/dgraph
/ getList
Method
getList
query/outputnode.go:452–454 ·
view source on GitHub ↗
(fj fastJsonNode)
Source
from the content-addressed store, hash-verified
450
}
451
452
func
(enc *encoder) getList(fj fastJsonNode) bool {
453
return
(fj.meta & listBit) > 0
454
}
455
456
func
(enc *encoder) getFacetsParent(fj fastJsonNode) bool {
457
return
(fj.meta & facetsBit) > 0
Callers
4
encode
Method · 0.95
encode
Method · 0.80
extractRequiredFieldsData
Method · 0.80
TestFastJsonNode
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestFastJsonNode
Function · 0.64