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

Function warn

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

Source from the content-addressed store, hash-verified

639 },
640
641 warn(message: string): void {
642 console.log(chalk.yellow(" ⚠ ") + message);
643 },
644
645 config(model: string, serverUrl: string): void {
646 console.log(chalk.gray(" Model: ") + chalk.white(model));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected