Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ invalidate
Method
invalidate
src/utils/git/gitFilesystem.ts:440–444 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
438
}
439
440
private invalidate(): void {
441
for
(
const
entry of this.cache.values()) {
442
entry.dirty = true
443
}
444
}
445
446
private stopWatching(): void {
447
for
(
const
path of this.watchedPaths) {
Callers
3
start
Method · 0.95
watchCurrentBranchRef
Method · 0.95
onHeadChanged
Method · 0.95
Calls
1
values
Method · 0.80
Tested by
no test coverage detected