Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/ error
Function
error
src/bin/codegraph.ts:341–343 ·
view source on GitHub ↗
* Print error message
(message: string)
Source
from the content-addressed store, hash-verified
339
* Print error message
340
*/
341
function
error(message: string): void {
342
console.error(chalk.red(getGlyphs().err) +
' '
+ message);
343
}
344
345
/**
346
* Print info message
Callers
1
main
Function · 0.70
Calls
2
getGlyphs
Function · 0.90
error
Method · 0.80
Tested by
no test coverage detected