MCPcopy Create free account
hub / github.com/CopilotKit/CopilotKit / unarchiveThread

Function unarchiveThread

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

Source from the content-addressed store, hash-verified

1370 );
1371 },
1372 unarchiveThread(threadId: string): Promise<void> {
1373 return trackMutation(
1374 threadAdapterEvents.unarchiveRequested({
1375 requestId: createThreadRequestId(),
1376 threadId,
1377 }),
1378 );
1379 },
1380 deleteThread(threadId: string): Promise<void> {
1381 return trackMutation(
1382 threadAdapterEvents.deleteRequested({

Callers 1

CopilotThreadsDrawerFunction · 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…