MCPcopy
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
1398func (x *Member) GetAddr() string {
1399 if x != nil {
1400 return x.Addr
1401 }
1402 return ""
1403}
1404
1405func (x *Member) GetLeader() bool {
1406 if x != nil {

Callers 6

applyConfChangeMethod · 0.45
ConnectMethod · 0.45
TaskStatusOverNetworkFunction · 0.45
connToZeroLeaderMethod · 0.45
retrieveSnapshotMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected