MCPcopy Create free account
hub / github.com/ScriptedAlchemy/devtools-debugger-mcp / log

Function log

tests/node-debug-advanced.test.ts:10–10  ·  view source on GitHub ↗
(...args: unknown[])

Source from the content-addressed store, hash-verified

8const scriptPath = path.resolve('tests/fixtures/advanced-script.js');
9const debug = !!process.env.DEBUG_CDP_TEST;
10const log = (...args: unknown[]) => { if (debug) console.log(...args); };
11
12function mcpCall(tool: string, params: unknown) {
13 if (!debug) return;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected