Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dgraph-io/dgraph
/ GetAddr
Method
GetAddr
protos/pb/pb.pb.go:1398–1403 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1396
}
1397
1398
func
(x *Member) GetAddr() string {
1399
if
x != nil {
1400
return
x.Addr
1401
}
1402
return
""
1403
}
1404
1405
func
(x *Member) GetLeader() bool {
1406
if
x != nil {
Callers
6
applyConfChange
Method · 0.45
reconcileZeroAddresses
Method · 0.45
Connect
Method · 0.45
TaskStatusOverNetwork
Function · 0.45
connToZeroLeader
Method · 0.45
retrieveSnapshot
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected