()
| 176 | } |
| 177 | |
| 178 | func (m *DataItem) GetTuple() []*DataItem { |
| 179 | if m != nil { |
| 180 | return m.Tuple |
| 181 | } |
| 182 | return nil |
| 183 | } |
| 184 | |
| 185 | // BlockHeader is the header of a Block: everything except the block's |
| 186 | // transactions and predicate args. |
nothing calls this directly
no outgoing calls
no test coverage detected