MCPcopy 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

removeTaskMethod · 0.95
handleClearFunction · 0.80
handleAgentTaskMethod · 0.80
agent_task.test.tsFile · 0.80

Calls 2

filenameMethod · 0.95
deleteFileMethod · 0.80

Tested by

no test coverage detected