| 3334 | } |
| 3335 | |
| 3336 | type DataEntry struct { |
| 3337 | Coordinates CoordinatesI |
| 3338 | Events []DataEvent |
| 3339 | Index int32 |
| 3340 | Final bool |
| 3341 | } |
| 3342 | |
| 3343 | func (d *DataEntry) Size() (s uint64) { |
| 3344 |
nothing calls this directly
no outgoing calls
no test coverage detected