MCPcopy Create free account
hub / github.com/dgraph-io/dgraph-benchmarks / GetAddr

Method GetAddr

bitmap/pb.pb.go:1129–1134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1127}
1128
1129func (m *Member) GetAddr() string {
1130 if m != nil {
1131 return m.Addr
1132 }
1133 return ""
1134}
1135
1136func (m *Member) GetLeader() bool {
1137 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected