MCPcopy
hub / github.com/ChromeDevTools/chrome-devtools-mcp / keys

Method keys

src/third_party/lighthouse-devtools-mcp-bundle.js:16382–16384  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16380 return [...this.map.keys()];
16381 }
16382 keys() {
16383 return this.map.keys();
16384 }
16385 valuesArray() {
16386 const result = [];
16387 for (const set of this.map.values()) {

Callers 15

generateBundleFunction · 0.80
emulateMethod · 0.80
createMethod · 0.80
unknownArgumentNamesMethod · 0.80
handleMethod · 0.80
getAggregatesMethod · 0.80
loadIssueDescriptionsFunction · 0.80
emulation.tsFile · 0.80
logToolInvocationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected