()
| 226 | } |
| 227 | |
| 228 | func (m *BlockHeader) GetTimestampMs() uint64 { |
| 229 | if m != nil { |
| 230 | return m.TimestampMs |
| 231 | } |
| 232 | return 0 |
| 233 | } |
| 234 | |
| 235 | func (m *BlockHeader) GetRunlimit() int64 { |
| 236 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected