MCPcopy Index your code
hub / github.com/colbymchenry/codegraph / warn

Method warn

src/errors.ts:172–172  ·  view source on GitHub ↗
(message: string, context?: Record<string, unknown>)

Source from the content-addressed store, hash-verified

170export interface Logger {
171 debug(message: string, context?: Record<string, unknown>): void;
172 warn(message: string, context?: Record<string, unknown>): void;
173 error(message: string, context?: Record<string, unknown>): void;
174}
175

Callers 10

codeGraphDirNameFunction · 0.80
warnFunction · 0.80
logWarnFunction · 0.80
loadGrammarsForLanguagesFunction · 0.80
runInstallerWithOptionsFunction · 0.80
offerWatchFallbackFunction · 0.80
readJsonFileFunction · 0.80
runUpgradeFunction · 0.80
printIndexResultFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected