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

Function warn

src/bin/codegraph.ts:355–357  ·  view source on GitHub ↗

* Print warning message

(message: string)

Source from the content-addressed store, hash-verified

353 * Print warning message
354 */
355function warn(message: string): void {
356 console.log(chalk.yellow(getGlyphs().warn) + ' ' + message);
357}
358
359type IndexResult = {
360 success: boolean;

Callers 1

mainFunction · 0.70

Calls 1

getGlyphsFunction · 0.90

Tested by

no test coverage detected