Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scriptscat/scriptcat
/ clearRuns
Method
clearRuns
src/app/repo/agent_task.ts:65–67 ·
view source on GitHub ↗
(taskId: string)
Source
from the content-addressed store, hash-verified
63
}
64
65
async
clearRuns(taskId: string): Promise<void> {
66
await
this.deleteFile(this.filename(taskId));
67
}
68
}
Callers
4
removeTask
Method · 0.95
handleClear
Function · 0.80
handleAgentTask
Method · 0.80
agent_task.test.ts
File · 0.80
Calls
2
filename
Method · 0.95
deleteFile
Method · 0.80
Tested by
no test coverage detected