Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/ warn
Function
warn
src/bin/codegraph.ts:355–357 ·
view source on GitHub ↗
* Print warning message
(message: string)
Source
from the content-addressed store, hash-verified
353
* Print warning message
354
*/
355
function
warn(message: string): void {
356
console.log(chalk.yellow(getGlyphs().warn) +
' '
+ message);
357
}
358
359
type
IndexResult = {
360
success: boolean;
Callers
1
main
Function · 0.70
Calls
1
getGlyphs
Function · 0.90
Tested by
no test coverage detected