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

Method resumeTask

src/core/webview/ClineProvider.ts:3275–3281  ·  view source on GitHub ↗
(taskId: string)

Source from the content-addressed store, hash-verified

3273 }
3274
3275 public resumeTask(taskId: string): void {
3276 // Use the existing showTaskWithId method which handles both current and
3277 // historical tasks.
3278 this.showTaskWithId(taskId).catch((error) => {
3279 this.log(`Failed to resume task ${taskId}: ${error.message}`)
3280 })
3281 }
3282
3283 // Modes
3284

Callers

nothing calls this directly

Calls 2

showTaskWithIdMethod · 0.95
logMethod · 0.95

Tested by

no test coverage detected