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

Method GetState

bitmap/pb.pb.go:2474–2479  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2472}
2473
2474func (m *Proposal) GetState() *MembershipState {
2475 if m != nil {
2476 return m.State
2477 }
2478 return nil
2479}
2480
2481func (m *Proposal) GetCleanPredicate() string {
2482 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected