Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/microsoft/vscode-cpptools
/ has
Method
has
Extension/src/Utility/Async/map.ts:19–21 ·
view source on GitHub ↗
(key: TKey)
Source
from the content-addressed store, hash-verified
17
return
this.map.get(key);
18
}
19
has(key: TKey): boolean {
20
return
this.map.has(key);
21
}
22
get size(): number {
23
return
this.map.size;
24
}
Callers
15
disposeTerminals
Function · 0.80
initDevModeChecks
Function · 0.80
resolveVariables
Function · 0.80
expandStringImpl
Function · 0.80
onData
Method · 0.80
resolveConfigIncludes
Function · 0.80
info
Method · 0.80
scan
Method · 0.80
readDirectory
Function · 0.80
scan
Method · 0.80
members
Function · 0.80
stringify
Function · 0.80
Calls
no outgoing calls
Tested by
1
disposeTerminals
Function · 0.64