()
| 2493 | } |
| 2494 | |
| 2495 | func (m *Proposal) GetSnapshot() *Snapshot { |
| 2496 | if m != nil { |
| 2497 | return m.Snapshot |
| 2498 | } |
| 2499 | return nil |
| 2500 | } |
| 2501 | |
| 2502 | func (m *Proposal) GetIndex() uint64 { |
| 2503 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected