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

Function warn

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

Source from the content-addressed store, hash-verified

183 }
184 },
185 warn(message: string, context?: Record<string, unknown>): void {
186 console.warn(`[CodeGraph] ${message}`, context ?? '');
187 },
188 error(message: string, context?: Record<string, unknown>): void {
189 console.error(`[CodeGraph] ${message}`, context ?? '');
190 },

Callers

nothing calls this directly

Calls 1

warnMethod · 0.80

Tested by

no test coverage detected