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

Function error

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

Source from the content-addressed store, hash-verified

186 console.warn(`[CodeGraph] ${message}`, context ?? '');
187 },
188 error(message: string, context?: Record<string, unknown>): void {
189 console.error(`[CodeGraph] ${message}`, context ?? '');
190 },
191};
192
193/**

Callers

nothing calls this directly

Calls 1

errorMethod · 0.80

Tested by

no test coverage detected