MCPcopy Index your code
hub / github.com/codeaashu/claude-code / appendTaskOutput

Function appendTaskOutput

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

Source from the content-addressed store, hash-verified

266 * Creates the file if it doesn't exist.
267 */
268export function appendTaskOutput(taskId: string, content: string): void {
269 getOrCreateOutput(taskId).append(content)
270}
271
272/**
273 * 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