MCPcopy Create free account
hub / github.com/astercloud/aster / GetGlobalTaskManager

Function GetGlobalTaskManager

pkg/tools/builtin/task_manager.go:611–613  ·  view source on GitHub ↗

GetGlobalTaskManager 获取全局任务管理器

()

Source from the content-addressed store, hash-verified

609
610// GetGlobalTaskManager 获取全局任务管理器
611func GetGlobalTaskManager() TaskManager {
612 return GlobalTaskManager
613}
614
615// cleanupOutputFiles 清理任务的输出文件
616func (tm *FileTaskManager) cleanupOutputFiles(taskID string) error {

Callers 3

ExecuteMethod · 0.85
ExecuteMethod · 0.85
ExecuteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected