MCPcopy Create free account
hub / github.com/MigoXLab/coderio / clearThreadCheckpoint

Function clearThreadCheckpoint

src/utils/checkpoint.ts:53–55  ·  view source on GitHub ↗
(checkpointer: SqliteSaver, threadId: string)

Source from the content-addressed store, hash-verified

51 * Clear checkpoint for the given thread_id (exported for external use)
52 */
53export async function clearThreadCheckpoint(checkpointer: SqliteSaver, threadId: string): Promise<void> {
54 await clearCheckpoint(checkpointer, threadId);
55}
56
57/**
58 * Initialize SqliteSaver with the database path

Callers 1

design2codeFunction · 0.90

Calls 1

clearCheckpointFunction · 0.85

Tested by

no test coverage detected