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

Function info

benchmark/helpers.ts:629–631  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

627 },
628
629 info(message: string): void {
630 console.log(chalk.gray(" → ") + message);
631 },
632
633 success(message: string): void {
634 console.log(chalk.green(" ✓ ") + message);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected