MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / deleteTaskFromState

Method deleteTaskFromState

src/core/webview/ClineProvider.ts:2061–2066  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

2059 }
2060
2061 async deleteTaskFromState(id: string) {
2062 await this.taskHistoryStore.delete(id)
2063 this.recentTasksCache = undefined
2064
2065 await this.postStateToWebview()
2066 }
2067
2068 async refreshWorkspace() {
2069 this.currentWorkspacePath = getWorkspacePath()

Callers 2

deleteTaskWithIdMethod · 0.95

Calls 2

postStateToWebviewMethod · 0.95
deleteMethod · 0.65

Tested by

no test coverage detected