Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/microsoft/vscode-cpptools
/ get
Method
get
Extension/src/Utility/Async/map.ts:16–18 ·
view source on GitHub ↗
(key: TKey)
Source
from the content-addressed store, hash-verified
14
return
this.map.delete(key);
15
}
16
get(key: TKey): TValue | Promise<TValue | undefined> | undefined {
17
return
this.map.get(key);
18
}
19
has(key: TKey): boolean {
20
return
this.map.has(key);
21
}
Callers
15
lmTool.test.ts
File · 0.45
arrange
Function · 0.45
quickInfo.test.ts
File · 0.45
getRawSetting
Function · 0.45
getProgress
Function · 0.45
getIntelliSenseProgress
Function · 0.45
resolveVariables
Function · 0.45
hasMsvcEnvironment
Function · 0.45
getMissingMsvcEnvironmentVariables
Function · 0.45
getLoggingLevel
Function · 0.45
removeNotifyReadyTimer
Method · 0.45
registerCustomConfigurationProvider
Method · 0.45
Calls
no outgoing calls
Tested by
1
arrange
Function · 0.36