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

Method debug

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

Source from the content-addressed store, hash-verified

169 */
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}

Callers 2

debugFunction · 0.65
logDebugFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected