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

Function success

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

Source from the content-addressed store, hash-verified

631 },
632
633 success(message: string): void {
634 console.log(chalk.green(" ✓ ") + message);
635 },
636
637 error(message: string): void {
638 console.log(chalk.red(" ✗ ") + message);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected