Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ChromeDevTools/chrome-devtools-mcp
/ get
Method
get
src/third_party/lighthouse-devtools-mcp-bundle.js:16349–16351 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
16347
set.add(value);
16348
}
16349
get(key) {
16350
return
this.map.get(key) || /* @__PURE__ */
new
Set();
16351
}
16352
has(key) {
16353
return
this.map.has(key);
16354
}
Callers
15
_sortTimestampEventGroup
Method · 0.45
resolveRootFrames
Method · 0.45
processTrace
Method · 0.45
mapCacheGet
Function · 0.45
stackGet
Function · 0.45
equalArrays
Function · 0.45
equalByTag
Function · 0.45
equalObjects
Function · 0.45
__classPrivateFieldGet
Function · 0.45
__classPrivateFieldGet2
Function · 0.45
__classPrivateFieldGet3
Function · 0.45
monadic
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected