()
| 56 | } |
| 57 | |
| 58 | summary() { |
| 59 | return `FileChunks ${this.file}`; |
| 60 | } |
| 61 | |
| 62 | async next(): Promise<IteratorResult<Uint8Array>> { |
| 63 | if (this.offset >= ((this.file instanceof Uint8Array) ? |
nothing calls this directly
no outgoing calls
no test coverage detected