MCPcopy Create free account
hub / github.com/ChromeDevTools/chrome-devtools-mcp / issues

Method issues

src/devtools/DevtoolsUtils.ts:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25export class FakeIssuesManager extends DevTools.Common.ObjectWrapper
26 .ObjectWrapper<DevTools.IssuesManagerEventTypes> {
27 issues(): DevTools.Issue[] {
28 return [];
29 }
30}
31
32export function overrideDevToolsGlobals({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected