Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ ListTasks
Method
ListTasks
pkg/tools/builtin/task_manager.go:34–34 ·
view source on GitHub ↗
ListTasks 列出所有任务
()
Source
from the content-addressed store, hash-verified
32
33
// ListTasks 列出所有任务
34
ListTasks() ([]*TaskInfo, error)
35
36
// GetTaskStatus 获取任务状态
37
GetTaskStatus(taskID string) (string, error)
Callers
1
listTasks
Method · 0.65
Implementers
1
FileTaskManager
pkg/tools/builtin/task_manager.go
Calls
no outgoing calls
Tested by
no test coverage detected