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

Function stop

packages/core/src/threads.ts:1330–1335  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1328 store.dispatch(threadAdapterEvents.started());
1329 },
1330 stop(): void {
1331 store.dispatch(threadAdapterEvents.stopped());
1332 errorSubscription?.unsubscribe();
1333 errorSubscription = null;
1334 store.stop();
1335 },
1336 setContext(context: ThreadRuntimeContext | null): void {
1337 store.dispatch(threadAdapterEvents.contextChanged({ context }));
1338 },

Callers 1

Calls 3

dispatchMethod · 0.65
unsubscribeMethod · 0.65
stopMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…