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

Function getTaskOutputPath

source code/utils/task/diskOutput.ts:74–76  ·  view source on GitHub ↗
(taskId: string)

Source from the content-addressed store, hash-verified

72 * Get the output file path for a task
73 */
74export function getTaskOutputPath(taskId: string): string {
75 return join(getTaskOutputDir(), `${taskId}.output`)
76}
77
78// Tracks fire-and-forget promises (initTaskOutput, initTaskOutputAsSymlink,
79// evictTaskOutput, #drain) so tests can drain before teardown. Prevents the

Callers 15

createTaskStateBaseFunction · 0.85
resumeAgentBackgroundFunction · 0.85
callFunction · 0.85
getTaskOutputFunction · 0.85
constructorMethod · 0.85
getTaskOutputDeltaFunction · 0.85
getTaskOutputFunction · 0.85
getTaskOutputSizeFunction · 0.85
cleanupTaskOutputFunction · 0.85

Calls 1

getTaskOutputDirFunction · 0.85

Tested by

no test coverage detected