Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
clearSuiteOrDirectory
Method · 0.80
Calls
1
delete
Method · 0.95
Tested by
no test coverage detected