MCPcopy Create free account
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

indexAllMethod · 0.80
syncMethod · 0.80
errorFunction · 0.80
logErrorFunction · 0.80
indexAllMethod · 0.80
syncMethod · 0.80
store-worker.tsFile · 0.80
tryCreateMethod · 0.80
dumpNameMatcherProfileFunction · 0.80
dumpResolveProfileMethod · 0.80
createPoolMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected