MCPcopy
hub / github.com/Dimillian/CodexMonitor / forkThread

Function forkThread

src/services/tauri.ts:394–396  ·  view source on GitHub ↗
(workspaceId: string, threadId: string)

Source from the content-addressed store, hash-verified

392}
393
394export async function forkThread(workspaceId: string, threadId: string) {
395 return invoke<any>("fork_thread", { workspaceId, threadId });
396}
397
398export async function compactThread(workspaceId: string, threadId: string) {
399 return invoke<any>("compact_thread", { workspaceId, threadId });

Callers 1

tauri.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected