MCPcopy Create free account
hub / github.com/echoVic/blade-code / getTask

Method getTask

src/prompt/WorkflowManager.ts:344–346  ·  view source on GitHub ↗

* 获取任务

(id: string)

Source from the content-addressed store, hash-verified

342 * 获取任务
343 */
344 public getTask(id: string): WorkflowTask | undefined {
345 return this.tasks.get(id);
346 }
347
348 /**
349 * 获取所有任务

Callers 2

startTaskMethod · 0.95
addTaskNoteMethod · 0.95

Calls 1

getMethod · 0.80

Tested by

no test coverage detected