MCPcopy Index your code
hub / github.com/microsoft/vscode-cpptools / set

Method set

Extension/src/Utility/Async/map.ts:84–87  ·  view source on GitHub ↗
(key: TKey, value: Promise<TValue> | TValue)

Source from the content-addressed store, hash-verified

82 return result;
83 }
84 set(key: TKey, value: Promise<TValue> | TValue): this {
85 this.map.set(key, value);
86 return this;
87 }
88}

Callers 15

quickInfo.test.tsFile · 0.45
getRawSettingFunction · 0.45
addNotifyReadyTimerMethod · 0.45
expandStringImplFunction · 0.45
getSshConfigHostInfosFunction · 0.45
getSshConfigurationFunction · 0.45
getSshConfigSourceFunction · 0.45
isWritableFunction · 0.45
readDirectoryFunction · 0.45
membersFunction · 0.45
getOrAddFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected