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