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

Function warn

src/bin/codegraph.ts:311–313  ·  view source on GitHub ↗

* Print warning message

(message: string)

Source from the content-addressed store, hash-verified

309 * Print warning message
310 */
311function warn(message: string): void {
312 console.log(chalk.yellow(getGlyphs().warn) + ' ' + message);
313}
314
315type IndexResult = {
316 success: boolean;

Callers 1

mainFunction · 0.70

Calls 1

getGlyphsFunction · 0.90

Tested by

no test coverage detected