MCPcopy Create free account
hub / github.com/WebMCP-org/chrome-devtools-quickstart / task

Function task

benchmark/helpers.ts:650–653  ·  view source on GitHub ↗
(task: string, method: string)

Source from the content-addressed store, hash-verified

648 },
649
650 task(task: string, method: string): void {
651 console.log(chalk.gray(" Task: ") + chalk.white(task));
652 console.log(chalk.gray(" Method: ") + chalk.white(method));
653 },
654};
655
656export function printComparisonResults(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected