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

Function info

src/bin/codegraph.ts:304–306  ·  view source on GitHub ↗

* Print info message

(message: string)

Source from the content-addressed store, hash-verified

302 * Print info message
303 */
304function info(message: string): void {
305 console.log(chalk.blue(getGlyphs().info) + ' ' + message);
306}
307
308/**
309 * Print warning message

Callers 1

mainFunction · 0.70

Calls 1

getGlyphsFunction · 0.90

Tested by

no test coverage detected