Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dart-Code/Dart-Code
/ delete
Method
delete
src/shared/utils/document_cache.ts:31–33 ·
view source on GitHub ↗
(uri: URI)
Source
from the content-addressed store, hash-verified
29
}
30
31
public delete(uri: URI): void {
32
this.data.delete(this.key(uri));
33
}
34
35
public deleteForPath(filePath: string): void {
36
this.delete(URI.file(filePath));
Callers
15
deleteForPath
Method · 0.95
captureDebugSessionCustomEvents
Function · 0.80
document_cache.test.ts
File · 0.80
position_trackers.test.ts
File · 0.80
get
Method · 0.80
handleOpen
Method · 0.80
constructor
Method · 0.80
handleUpdate
Method · 0.80
trackPosition
Method · 0.80
debouncedHandleChange
Method · 0.80
constructor
Method · 0.80
onExit
Method · 0.80
Calls
1
key
Method · 0.95
Tested by
no test coverage detected