MCPcopy 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.tsFile · 0.45
arrangeFunction · 0.45
quickInfo.test.tsFile · 0.45
getRawSettingFunction · 0.45
getProgressFunction · 0.45
getIntelliSenseProgressFunction · 0.45
resolveVariablesFunction · 0.45
hasMsvcEnvironmentFunction · 0.45
getLoggingLevelFunction · 0.45

Calls

no outgoing calls

Tested by 1

arrangeFunction · 0.36