MCPcopy Index your code
hub / github.com/codeaashu/claude-code / error

Method error

src/utils/claudeInChrome/mcpServer.ts:290–292  ·  view source on GitHub ↗
(message: string, ...args: unknown[])

Source from the content-addressed store, hash-verified

288 logForDebugging(format(message, ...args), { level: 'warn' })
289 }
290 error(message: string, ...args: unknown[]): void {
291 logForDebugging(format(message, ...args), { level: 'error' })
292 }
293}
294

Callers 1

logFunction · 0.45

Calls 1

logForDebuggingFunction · 0.85

Tested by

no test coverage detected