Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dart-Code/Dart-Code
/ getForPath
Method
getForPath
src/shared/utils/document_cache.ts:11–13 ·
view source on GitHub ↗
(filePath: string)
Source
from the content-addressed store, hash-verified
9
}
10
11
public getForPath(filePath: string): T | undefined {
12
return
this.get(URI.file(filePath));
13
}
14
15
public set(uri: URI, value: T): void {
16
this.data.set(this.key(uri), value);
Callers
11
handleDebugSessionEnd
Method · 0.80
getOrCreateSuite
Method · 0.80
clearSuiteOrDirectory
Method · 0.80
suiteDiscoveredConditional
Method · 0.80
groupDiscovered
Method · 0.80
testDiscovered
Method · 0.80
testDone
Method · 0.80
suiteDone
Method · 0.80
testOutput
Method · 0.80
testErrorOutput
Method · 0.80
resolveDebugConfigurationWithSubstitutedVariables
Method · 0.80
Calls
1
get
Method · 0.95
Tested by
no test coverage detected