MCPcopy Create free account
hub / github.com/Noumena-Network/code / _resetTaskOutputDirForTest

Function _resetTaskOutputDirForTest

src/utils/task/diskOutput.ts:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56
57/** Test helper — clears the memoized dir. */
58export function _resetTaskOutputDirForTest(): void {
59 _taskOutputDir = undefined
60}
61
62/**
63 * Ensure the task output directory exists

Calls

no outgoing calls

Tested by

no test coverage detected