()
| 2465 | } |
| 2466 | |
| 2467 | func (m *Proposal) GetKv() []*pb.KV { |
| 2468 | if m != nil { |
| 2469 | return m.Kv |
| 2470 | } |
| 2471 | return nil |
| 2472 | } |
| 2473 | |
| 2474 | func (m *Proposal) GetState() *MembershipState { |
| 2475 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected