Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/continuedev/continue
/ viewDiff.vitest.ts
File
viewDiff.vitest.ts
core/tools/implementations/viewDiff.vitest.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ expect, test, vi } from
"vitest"
;
2
import
{ DEFAULT_GIT_DIFF_LINE_LIMIT, viewDiffImpl } from
"./viewDiff"
;
3
4
// Mock the getDiffsFromCache function
Callers
nothing calls this directly
Calls
2
viewDiffImpl
Function · 0.90
mock
Method · 0.80
Tested by
no test coverage detected