Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dart-Code/Dart-Code
/ has
Method
has
src/shared/utils/document_cache.ts:23–25 ·
view source on GitHub ↗
(uri: URI)
Source
from the content-addressed store, hash-verified
21
}
22
23
public has(uri: URI): boolean {
24
return
this.data.has(this.key(uri));
25
}
26
27
public hasForPath(filePath: string): boolean {
28
return
this.has(URI.file(filePath));
Callers
15
hasForPath
Method · 0.95
closeTabs
Function · 0.80
captureDebugSessionCustomEvents
Function · 0.80
tooling_daemon.test.ts
File · 0.80
document_cache.test.ts
File · 0.80
extension.test.ts
File · 0.80
getHighestChildStatus
Function · 0.80
initialize
Method · 0.80
getPubWorkspaceStatus
Function · 0.80
firstNonEditorColumn
Function · 0.80
firstEditorColumn
Function · 0.80
trackPosition
Method · 0.80
Calls
1
key
Method · 0.95
Tested by
no test coverage detected