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

Method getDevToolsUniverse

src/McpContext.ts:291–293  ·  view source on GitHub ↗
(page: McpPage)

Source from the content-addressed store, hash-verified

289 }
290
291 getDevToolsUniverse(page: McpPage): TargetUniverse | null {
292 return this.#devtoolsUniverseManager.get(page.pptrPage);
293 }
294
295 getConsoleMessageStableId(
296 message: ConsoleMessage | Error | DevTools.AggregatedIssue | UncaughtError,

Callers 3

emulateMethod · 0.95
handleMethod · 0.80
emulation.test.tsFile · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected