Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dart-Code/Dart-Code
/ set
Method
set
src/shared/utils/document_cache.ts:15–17 ·
view source on GitHub ↗
(uri: URI, value: T)
Source
from the content-addressed store, hash-verified
13
}
14
15
public set(uri: URI, value: T): void {
16
this.data.set(this.key(uri), value);
17
}
18
19
public setForPath(filePath: string, value: T): void {
20
this.set(URI.file(filePath), value);
Callers
15
setForPath
Method · 0.95
document_cache.test.ts
File · 0.80
add
Method · 0.80
getOrCreateProjectNode
Method · 0.80
getOrCreateWorkspaceFolderNode
Method · 0.80
storeGroup
Method · 0.80
storeTest
Method · 0.80
fromPackageNames
Method · 0.80
getPubWorkspaceOrPackageFolderInfo
Function · 0.80
constructor
Method · 0.80
trackDoc
Method · 0.80
trackDoc
Method · 0.80
Calls
1
key
Method · 0.95
Tested by
no test coverage detected