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

Function appendTaskOutput

source code/utils/task/diskOutput.ts:270–272  ·  view source on GitHub ↗
(taskId: string, content: string)

Source from the content-addressed store, hash-verified

268 * Creates the file if it doesn't exist.
269 */
270export function appendTaskOutput(taskId: string, content: string): void {
271 getOrCreateOutput(taskId).append(content)
272}
273
274/**
275 * Wait for all pending writes for a task to complete.

Callers 1

pollFunction · 0.85

Calls 2

getOrCreateOutputFunction · 0.85
appendMethod · 0.45

Tested by

no test coverage detected