MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / success

Function success

src/bin/codegraph.ts:334–336  ·  view source on GitHub ↗

* Print success message

(message: string)

Source from the content-addressed store, hash-verified

332 * Print success message
333 */
334function success(message: string): void {
335 console.log(chalk.green(getGlyphs().ok) + ' ' + message);
336}
337
338/**
339 * Print error message

Callers 1

mainFunction · 0.85

Calls 1

getGlyphsFunction · 0.90

Tested by

no test coverage detected