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

Method GetAmDead

bitmap/pb.pb.go:1143–1148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1141}
1142
1143func (m *Member) GetAmDead() bool {
1144 if m != nil {
1145 return m.AmDead
1146 }
1147 return false
1148}
1149
1150func (m *Member) GetLastUpdate() uint64 {
1151 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected