()
| 2472 | } |
| 2473 | |
| 2474 | func (m *Proposal) GetState() *MembershipState { |
| 2475 | if m != nil { |
| 2476 | return m.State |
| 2477 | } |
| 2478 | return nil |
| 2479 | } |
| 2480 | |
| 2481 | func (m *Proposal) GetCleanPredicate() string { |
| 2482 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected