MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / checkpoint.test.ts

File checkpoint.test.ts

src/core/checkpoints/__tests__/checkpoint.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, vi, beforeEach, afterEach, Mock } from "vitest"
2import { Task } from "../../task/Task"
3import { ClineProvider } from "../../webview/ClineProvider"
4import { checkpointSave, checkpointRestore, checkpointDiff, getCheckpointService } from "../index"

Callers

nothing calls this directly

Calls 6

checkpointSaveFunction · 0.90
checkpointRestoreFunction · 0.90
checkpointDiffFunction · 0.90
getCheckpointServiceFunction · 0.90
simulateConditionCheckFunction · 0.85
postMessageToWebviewMethod · 0.80

Tested by

no test coverage detected