MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked /

Class

source code/utils/task/diskOutput.ts:99–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected