()
| 2486 | } |
| 2487 | |
| 2488 | func (m *Proposal) GetDelta() *OracleDelta { |
| 2489 | if m != nil { |
| 2490 | return m.Delta |
| 2491 | } |
| 2492 | return nil |
| 2493 | } |
| 2494 | |
| 2495 | func (m *Proposal) GetSnapshot() *Snapshot { |
| 2496 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected