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

Function start

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

Source from the content-addressed store, hash-verified

1323
1324 return {
1325 start(): void {
1326 store.init();
1327 subscribeErrors();
1328 store.dispatch(threadAdapterEvents.started());
1329 },
1330 stop(): void {
1331 store.dispatch(threadAdapterEvents.stopped());
1332 errorSubscription?.unsubscribe();

Callers

nothing calls this directly

Calls 3

subscribeErrorsFunction · 0.85
initMethod · 0.65
dispatchMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…