MCPcopy Create free account
hub / github.com/Kong/httpsnippet / bad

Function bad

src/cli.ts:15–15  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

13const { cyan, green, red, yellow } = chalk;
14
15const bad = (message: string) => console.error(`${red('✖')} ${message}`);
16const good = (message: string) => console.log(`${green('✓')} ${message}`);
17
18interface CliOptions {

Callers 1

goFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected