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

Function archiveThread

packages/core/src/threads.ts:1364–1371  ·  view source on GitHub ↗
(threadId: string)

Source from the content-addressed store, hash-verified

1362 );
1363 },
1364 archiveThread(threadId: string): Promise<void> {
1365 return trackMutation(
1366 threadAdapterEvents.archiveRequested({
1367 requestId: createThreadRequestId(),
1368 threadId,
1369 }),
1370 );
1371 },
1372 unarchiveThread(threadId: string): Promise<void> {
1373 return trackMutation(
1374 threadAdapterEvents.unarchiveRequested({

Callers 15

CopilotThreadsDrawerFunction · 0.85
handleArchiveFunction · 0.85
handleArchiveFunction · 0.85
ThreadsDrawerFunction · 0.85
ThreadsDrawerFunction · 0.85
ThreadsDrawerFunction · 0.85
ThreadsDrawerFunction · 0.85
ThreadsDrawerFunction · 0.85
ThreadsDrawerFunction · 0.85
ThreadsDrawerFunction · 0.85
ThreadsDrawerFunction · 0.85
ThreadsDrawerFunction · 0.85

Calls 2

trackMutationFunction · 0.85
createThreadRequestIdFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…