Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ applyUnifiedDiff, isUnifiedDiffFormat } from
"./unifiedDiffApply"
;
2
3
describe(
"isUnifiedDiffFormat"
, () => {
4
it(
"should return true for valid unified diff format"
, () => {
Callers
nothing calls this directly
Calls
2
isUnifiedDiffFormat
Function · 0.90
applyUnifiedDiff
Function · 0.90
Tested by
no test coverage detected