| 95 | * where every reaction captures its data until the whole chain resolves. |
| 96 | */ |
| 97 | export class DiskTaskOutput { |
| 98 | #path: string |
| 99 | #fileHandle: FileHandle | null = null |
| 100 | #queue: string[] = [] |
nothing calls this directly
no outgoing calls
no test coverage detected