MCPcopy Index your code
hub / github.com/claude-code-best/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

startMethod · 0.95
watchCurrentBranchRefMethod · 0.95
onHeadChangedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected