Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/colbymchenry/codegraph
/ info
Function
info
src/bin/codegraph.ts:304–306 ·
view source on GitHub ↗
* Print info message
(message: string)
Source
from the content-addressed store, hash-verified
302
* Print info message
303
*/
304
function
info(message: string): void {
305
console.log(chalk.blue(getGlyphs().info) +
' '
+ message);
306
}
307
308
/**
309
* Print warning message
Callers
1
main
Function · 0.70
Calls
1
getGlyphs
Function · 0.90
Tested by
no test coverage detected