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

Class

src/telemetry/ClearcutLogger.ts:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51let _clearcut_logger_instance: ClearcutLogger | undefined;
52
53export class ClearcutLogger {
54 #persistence: Persistence;
55 #watchdog: WatchdogClient;
56 #mcpClient: McpClient;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected