MCPcopy Index your code
hub / github.com/continuedev/continue / unifiedDiffApply.test.ts

File unifiedDiffApply.test.ts

core/edit/lazy/unifiedDiffApply.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { applyUnifiedDiff, isUnifiedDiffFormat } from "./unifiedDiffApply";
2
3describe("isUnifiedDiffFormat", () => {
4 it("should return true for valid unified diff format", () => {

Callers

nothing calls this directly

Calls 2

isUnifiedDiffFormatFunction · 0.90
applyUnifiedDiffFunction · 0.90

Tested by

no test coverage detected