Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/colbymchenry/codegraph
/ success
Function
success
src/bin/codegraph.ts:290–292 ·
view source on GitHub ↗
* Print success message
(message: string)
Source
from the content-addressed store, hash-verified
288
* Print success message
289
*/
290
function
success(message: string): void {
291
console.log(chalk.green(getGlyphs().ok) +
' '
+ message);
292
}
293
294
/**
295
* Print error message
Callers
1
main
Function · 0.85
Calls
1
getGlyphs
Function · 0.90
Tested by
no test coverage detected