MCPcopy
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

resolveRootFramesMethod · 0.45
processTraceMethod · 0.45
mapCacheGetFunction · 0.45
stackGetFunction · 0.45
equalArraysFunction · 0.45
equalByTagFunction · 0.45
equalObjectsFunction · 0.45
__classPrivateFieldGetFunction · 0.45
__classPrivateFieldGet2Function · 0.45
__classPrivateFieldGet3Function · 0.45
monadicFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected