Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/contextgo/contextgo
/ clear
Method
clear
src/process/task/IWorkerTaskManager.ts:17–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
addTask(id: string, task: IAgentManager): void;
16
kill(id: string): void;
17
clear(): void;
18
listTasks(): Array<{ id: string;
type
: AgentType }>;
19
}
Callers
15
index.ts
File · 0.65
clearModelCapabilitiesCache
Function · 0.65
clearProjectSkillMarketCacheForTests
Function · 0.65
PreviewProvider
Function · 0.65
useScheduleJobsMap
Function · 0.65
destroy
Method · 0.65
clearTranslationCache
Function · 0.65
useModelProviderList
Function · 0.65
clear
Method · 0.65
clearSkillsCache
Function · 0.65
clearCaches
Function · 0.65
initApplicationBridge
Function · 0.65
Implementers
1
WorkerTaskManager
src/process/task/WorkerTaskManager.ts
Calls
no outgoing calls
Tested by
1
ensureLocalStorage
Function · 0.52