MCPcopy
hub / github.com/colbymchenry/codegraph / error

Method error

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

Source from the content-addressed store, hash-verified

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
176/**

Callers 15

errorFunction · 0.80
logErrorFunction · 0.80
runUpgradeFunction · 0.80
upgradeUnixBundleFunction · 0.80
upgradeWindowsBundleFunction · 0.80
upgradeNpmFunction · 0.80
loadCodeGraphFunction · 0.80
codegraph.tsFile · 0.80
errorFunction · 0.80
printIndexResultFunction · 0.80
mainFunction · 0.80
insertNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected