()
| 212 | } |
| 213 | |
| 214 | func (m *BlockHeader) GetHeight() uint64 { |
| 215 | if m != nil { |
| 216 | return m.Height |
| 217 | } |
| 218 | return 0 |
| 219 | } |
| 220 | |
| 221 | func (m *BlockHeader) GetPreviousBlockId() *Hash { |
| 222 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected