Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scriptscat/scriptcat
/ getTask
Method
getTask
src/app/repo/agent_task.ts:15–17 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
13
}
14
15
async
getTask(id: string): Promise<AgentTask | undefined> {
16
return
this.get(id);
17
}
18
19
async
saveTask(task: AgentTask): Promise<void> {
20
await
this._save(task.id, task);
Callers
3
handleAgentTask
Method · 0.80
task_scheduler.test.ts
File · 0.80
agent_task.test.ts
File · 0.80
Calls
1
get
Method · 0.65
Tested by
no test coverage detected