Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
startTask
Method · 0.95
addTaskNote
Method · 0.95
Calls
1
get
Method · 0.80
Tested by
no test coverage detected