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

Method keys

Extension/src/Utility/Async/map.ts:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 }
35 }
36 keys(): Iterator<TKey> {
37 return this.map.keys();
38 }
39 async *values(): AsyncIterable<TValue > {
40 for (let value of this.map.values()) {
41 if (is.promise(value)) {

Callers 15

expandAllStringsFunction · 0.80
getSshConfigHostInfosFunction · 0.80
extractHostsFunction · 0.80
getTargetsMethod · 0.80
initializeSshTargetsFunction · 0.80
selectSshTargetFunction · 0.80
filterToFoldersFunction · 0.80
info.tsFile · 0.80
onFunction · 0.80
unsubscribeFunction · 0.80
createSandboxFunction · 0.80
CreateFromContentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected