MCPcopy Create free account
hub / github.com/freecodexyz/free-code /

Class

src/utils/task/diskOutput.ts:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected