| 82 | } |
| 83 | |
| 84 | interface ScanFileEntry { |
| 85 | directory?: boolean |
| 86 | filename: string |
| 87 | getData: ( writer: unknown ) => Promise<unknown> |
| 88 | uncompressedSize: number |
| 89 | } |
| 90 | |
| 91 | interface ScanMachoFileInstance { |
| 92 | blob?: Blob |
nothing calls this directly
no outgoing calls
no test coverage detected