MCPcopy 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

handleAgentTaskMethod · 0.80
agent_task.test.tsFile · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected