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

Function info

src/bin/codegraph.ts:348–350  ·  view source on GitHub ↗

* Print info message

(message: string)

Source from the content-addressed store, hash-verified

346 * Print info message
347 */
348function info(message: string): void {
349 console.log(chalk.blue(getGlyphs().info) + ' ' + message);
350}
351
352/**
353 * Print warning message

Callers 1

mainFunction · 0.70

Calls 1

getGlyphsFunction · 0.90

Tested by

no test coverage detected