Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/continuedev/continue
/ getDiffsFromCache
Function
getDiffsFromCache
core/autocomplete/snippets/gitDiffCache.ts:70–73 ·
view source on GitHub ↗
(ide: IDE)
Source
from the content-addressed store, hash-verified
68
}
69
70
export
async
function
getDiffsFromCache(ide: IDE): Promise<string[]> {
71
const
diffCache = GitDiffCache.getInstance(getDiffFn(ide));
72
return
await
diffCache.get();
73
}
Callers
2
viewDiffImpl
Function · 0.90
getDiffSnippets
Function · 0.90
Calls
3
getDiffFn
Function · 0.85
get
Method · 0.65
getInstance
Method · 0.45
Tested by
no test coverage detected