Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/ success
Function
success
src/bin/codegraph.ts:334–336 ·
view source on GitHub ↗
* Print success message
(message: string)
Source
from the content-addressed store, hash-verified
332
* Print success message
333
*/
334
function
success(message: string): void {
335
console.log(chalk.green(getGlyphs().ok) +
' '
+ message);
336
}
337
338
/**
339
* Print error message
Callers
1
main
Function · 0.85
Calls
1
getGlyphs
Function · 0.90
Tested by
no test coverage detected