| 24 | } |
| 25 | |
| 26 | type sectionOffset struct { |
| 27 | Name string |
| 28 | Length uint64 |
| 29 | } |
| 30 | |
| 31 | func FindSection(sos []sectionOffset, name string) (sectionOffset, uint64, bool) { |
| 32 | offset := uint64(0) |
nothing calls this directly
no outgoing calls
no test coverage detected