Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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. */
58
export
function
_resetTaskOutputDirForTest(): void {
59
_taskOutputDir = undefined
60
}
61
62
/**
63
* Ensure the task output directory exists
Callers
3
TaskToolBackgroundRuntime.test.ts
File · 0.85
WorkflowTool.test.ts
File · 0.85
LocalWorkflowTask.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected