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

Method GetAddr

bitmap/pb.pb.go:1046–1051  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1044}
1045
1046func (m *RaftContext) GetAddr() string {
1047 if m != nil {
1048 return m.Addr
1049 }
1050 return ""
1051}
1052
1053func (m *RaftContext) GetSnapshotTs() uint64 {
1054 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected