Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/colbymchenry/codegraph
/ error
Function
error
src/bin/codegraph.ts:297–299 ·
view source on GitHub ↗
* Print error message
(message: string)
Source
from the content-addressed store, hash-verified
295
* Print error message
296
*/
297
function
error(message: string): void {
298
console.error(chalk.red(getGlyphs().err) +
' '
+ message);
299
}
300
301
/**
302
* 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