()
| 219 | } |
| 220 | |
| 221 | func (m *BlockHeader) GetPreviousBlockId() *Hash { |
| 222 | if m != nil { |
| 223 | return m.PreviousBlockId |
| 224 | } |
| 225 | return nil |
| 226 | } |
| 227 | |
| 228 | func (m *BlockHeader) GetTimestampMs() uint64 { |
| 229 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected