Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/ info
Function
info
src/bin/codegraph.ts:348–350 ·
view source on GitHub ↗
* Print info message
(message: string)
Source
from the content-addressed store, hash-verified
346
* Print info message
347
*/
348
function
info(message: string): void {
349
console.log(chalk.blue(getGlyphs().info) +
' '
+ message);
350
}
351
352
/**
353
* Print warning message
Callers
1
main
Function · 0.70
Calls
1
getGlyphs
Function · 0.90
Tested by
no test coverage detected