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

Method registerThreadStore

packages/core/src/core/core.ts:839–841  ·  view source on GitHub ↗

* Thread store registry (delegated to ThreadStoreRegistry)

(agentId: string, store: ɵThreadStore)

Source from the content-addressed store, hash-verified

837 * Thread store registry (delegated to ThreadStoreRegistry)
838 */
839 registerThreadStore(agentId: string, store: ɵThreadStore): void {
840 this.threadStoreRegistry.register(agentId, store);
841 }
842
843 unregisterThreadStore(agentId: string): void {
844 this.threadStoreRegistry.unregister(agentId);

Callers 4

useThreadsFunction · 0.80
constructorMethod · 0.80

Calls 1

registerMethod · 0.65

Tested by

no test coverage detected