MCPcopy 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.tsFile · 0.65
PreviewProviderFunction · 0.65
useScheduleJobsMapFunction · 0.65
destroyMethod · 0.65
clearTranslationCacheFunction · 0.65
useModelProviderListFunction · 0.65
clearMethod · 0.65
clearSkillsCacheFunction · 0.65
clearCachesFunction · 0.65
initApplicationBridgeFunction · 0.65

Implementers 1

WorkerTaskManagersrc/process/task/WorkerTaskManager.ts

Calls

no outgoing calls

Tested by 1

ensureLocalStorageFunction · 0.52