MCPcopy 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

disposeTerminalsFunction · 0.80
initDevModeChecksFunction · 0.80
resolveVariablesFunction · 0.80
expandStringImplFunction · 0.80
onDataMethod · 0.80
resolveConfigIncludesFunction · 0.80
infoMethod · 0.80
scanMethod · 0.80
readDirectoryFunction · 0.80
scanMethod · 0.80
membersFunction · 0.80
stringifyFunction · 0.80

Calls

no outgoing calls

Tested by 1

disposeTerminalsFunction · 0.64