()
| 240 | } |
| 241 | |
| 242 | func (m *BlockHeader) GetRefsCount() int64 { |
| 243 | if m != nil { |
| 244 | return m.RefsCount |
| 245 | } |
| 246 | return 0 |
| 247 | } |
| 248 | |
| 249 | func (m *BlockHeader) GetTransactionsRoot() *Hash { |
| 250 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected