MCPcopy Index your code
hub / github.com/Noumena-Network/code / getTaskOutputPath

Function getTaskOutputPath

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

Source from the content-addressed store, hash-verified

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

Callers 15

constructorMethod · 0.70
getTaskOutputDeltaFunction · 0.70
getTaskOutputFunction · 0.70
getTaskOutputSizeFunction · 0.70
cleanupTaskOutputFunction · 0.70
initTaskOutputFunction · 0.70
initTaskOutputAsSymlinkFunction · 0.70
enqueueTaskNotificationFunction · 0.70
formatTaskOutputFunction · 0.70
constructorMethod · 0.70
createTaskStateBaseFunction · 0.50

Calls 1

getTaskOutputDirFunction · 0.85

Tested by

no test coverage detected