MCPcopy Create free account
hub / github.com/scriptscat/scriptcat / listTasks

Method listTasks

src/app/repo/agent_task.ts:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 }
10
11 async listTasks(): Promise<AgentTask[]> {
12 return this.find();
13 }
14
15 async getTask(id: string): Promise<AgentTask | undefined> {
16 return this.get(id);

Callers 5

AgentTasksFunction · 0.80
handleAgentTaskMethod · 0.80
initMethod · 0.80
tickMethod · 0.80
agent_task.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected