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

Method GetAddress

bitmap/pb.pb.go:1679–1684  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1677}
1678
1679func (m *HealthInfo) GetAddress() string {
1680 if m != nil {
1681 return m.Address
1682 }
1683 return ""
1684}
1685
1686func (m *HealthInfo) GetStatus() string {
1687 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected