()
| 233 | } |
| 234 | |
| 235 | func (m *BlockHeader) GetRunlimit() int64 { |
| 236 | if m != nil { |
| 237 | return m.Runlimit |
| 238 | } |
| 239 | return 0 |
| 240 | } |
| 241 | |
| 242 | func (m *BlockHeader) GetRefsCount() int64 { |
| 243 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected