Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/colbymchenry/codegraph
/ warn
Function
warn
src/bin/codegraph.ts:311–313 ·
view source on GitHub ↗
* Print warning message
(message: string)
Source
from the content-addressed store, hash-verified
309
* Print warning message
310
*/
311
function
warn(message: string): void {
312
console.log(chalk.yellow(getGlyphs().warn) +
' '
+ message);
313
}
314
315
type
IndexResult = {
316
success: boolean;
Callers
1
main
Function · 0.70
Calls
1
getGlyphs
Function · 0.90
Tested by
no test coverage detected