Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/continuedev/continue
/ invalidate
Method
invalidate
core/autocomplete/snippets/gitDiffCache.ts:59–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
public invalidate(): void {
60
this.cachedDiff = undefined;
61
this.pendingRequest = null;
62
}
63
}
64
65
// factory to make diff cache more testable
Callers
1
gitDiffCache.vitest.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected