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

Class

src/utils/task/TaskOutput.ts:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 * and is buffered in memory, spilling to disk if it exceeds the limit.
31 */
32export class TaskOutput {
33 readonly taskId: string
34 readonly path: string
35 /** True when stdout goes to a file fd (bypassing JS). False for pipe mode (hooks). */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected