Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/continuedev/continue
/ getDiff
Method
getDiff
extensions/vscode/src/VsCodeIde.ts:261–263 ·
view source on GitHub ↗
(includeUnstaged: boolean)
Source
from the content-addressed store, hash-verified
259
}
260
261
async
getDiff(includeUnstaged: boolean): Promise<string[]> {
262
return
await
this.ideUtils.getDiff(includeUnstaged);
263
}
264
265
async
getClipboardContent() {
266
return
{
Callers
nothing calls this directly
Calls
1
getDiff
Method · 0.65
Tested by
no test coverage detected