Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dgraph-io/dgraph
/ GetEntity
Method
GetEntity
protos/pb/pb.pb.go:2118–2123 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2116
}
2117
2118
func
(x *DirectedEdge) GetEntity() uint64 {
2119
if
x != nil {
2120
return
x.Entity
2121
}
2122
return
0
2123
}
2124
2125
func
(x *DirectedEdge) GetAttr() string {
2126
if
x != nil {
Callers
3
addIndexMapEntries
Method · 0.80
applyMutations
Method · 0.80
ExpandEdges
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected