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

Method has

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

Source from the content-addressed store, hash-verified

16350 return this.map.get(key) || /* @__PURE__ */ new Set();
16351 }
16352 has(key) {
16353 return this.map.has(key);
16354 }
16355 hasValue(key, value) {
16356 const set = this.map.get(key);
16357 if (!set) {

Callers 15

generateBundleFunction · 0.45
createPagesSnapshotMethod · 0.45
#getAllPagesMethod · 0.45
#initializePageMethod · 0.45
addPageMethod · 0.45
PageEventSubscriberClass · 0.45
createMethod · 0.45
createExtraNodeMethod · 0.45
moveChildNodesMethod · 0.45
handleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected