Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
AgentTasks
Function · 0.80
handleAgentTask
Method · 0.80
init
Method · 0.80
tick
Method · 0.80
agent_task.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected