MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / deleteForPath

Method deleteForPath

src/shared/utils/document_cache.ts:35–37  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

33 }
34
35 public deleteForPath(filePath: string): void {
36 this.delete(URI.file(filePath));
37 }
38
39 public clear(): void {
40 this.data.clear();

Callers 1

clearSuiteOrDirectoryMethod · 0.80

Calls 1

deleteMethod · 0.95

Tested by

no test coverage detected