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

Class

src/devtools/DevtoolsUtils.ts:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 * that are actually used by the IssuesAggregator
24 */
25export class FakeIssuesManager extends DevTools.Common.ObjectWrapper
26 .ObjectWrapper<DevTools.IssuesManagerEventTypes> {
27 issues(): DevTools.Issue[] {
28 return [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected