Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.ts
File · 0.45
getRawSetting
Function · 0.45
GetPlatformInformation
Method · 0.45
addNotifyReadyTimer
Method · 0.45
expandStringImpl
Function · 0.45
getSshConfigHostInfos
Function · 0.45
getSshConfiguration
Function · 0.45
getSshConfigSource
Function · 0.45
isWritable
Function · 0.45
readDirectory
Function · 0.45
members
Function · 0.45
getOrAdd
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected