| 18 | ) |
| 19 | |
| 20 | type requestEntryWithOffset struct { |
| 21 | Request |
| 22 | Length uint64 |
| 23 | Offset uint64 // Offset within the bundle stream |
| 24 | } |
| 25 | |
| 26 | type sectionOffset struct { |
| 27 | Name string |
nothing calls this directly
no outgoing calls
no test coverage detected