Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
generateBundle
Function · 0.80
emulate
Method · 0.80
create
Method · 0.80
unknownArgumentNames
Method · 0.80
handle
Method · 0.80
getAggregates
Method · 0.80
replaceHtmlElementsWithUids
Function · 0.80
executeThirdPartyDeveloperTool
Method · 0.80
recursivelyReplaceStashedElements
Method · 0.80
loadIssueDescriptions
Function · 0.80
emulation.ts
File · 0.80
logToolInvocation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected