MCPcopy
hub / github.com/colbymchenry/codegraph / success

Function success

src/bin/codegraph.ts:290–292  ·  view source on GitHub ↗

* Print success message

(message: string)

Source from the content-addressed store, hash-verified

288 * Print success message
289 */
290function success(message: string): void {
291 console.log(chalk.green(getGlyphs().ok) + ' ' + message);
292}
293
294/**
295 * Print error message

Callers 1

mainFunction · 0.85

Calls 1

getGlyphsFunction · 0.90

Tested by

no test coverage detected