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

Function good

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

Source from the content-addressed store, hash-verified

14
15const bad = (message: string) => console.error(`${red('✖')} ${message}`);
16const good = (message: string) => console.log(`${green('✓')} ${message}`);
17
18interface CliOptions {
19 target: TargetId;

Callers 1

goFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…