MCPcopy
hub / github.com/continuedev/continue / invalidate

Method invalidate

core/indexing/walkDir.ts:58–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 > = new Map();
57 // The super safe approach for now
58 invalidate() {
59 this.dirListCache.clear();
60 this.dirIgnoreCache.clear();
61 }
62 // invalidateIgnore(uri: string) {
63 // this.dirIgnoreCache.delete(uri);
64 // }

Callers 6

deleteProductMethod · 0.45
handleFilesChangedMethod · 0.45
walkDir.test.tsFile · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected