MCPcopy Index your code
hub / github.com/CopilotKit/CopilotKit / unregisterThreadStore

Method unregisterThreadStore

packages/core/src/core/core.ts:843–845  ·  view source on GitHub ↗
(agentId: string)

Source from the content-addressed store, hash-verified

841 }
842
843 unregisterThreadStore(agentId: string): void {
844 this.threadStoreRegistry.unregister(agentId);
845 }
846
847 getThreadStore(agentId: string): ɵThreadStore | undefined {
848 return this.threadStoreRegistry.get(agentId);

Callers 4

useThreadsFunction · 0.80
constructorMethod · 0.80

Calls 1

unregisterMethod · 0.65

Tested by

no test coverage detected