MCPcopy
hub / github.com/codeaashu/claude-code / warn

Method warn

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

Source from the content-addressed store, hash-verified

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

Callers 1

createChromeContextFunction · 0.95

Calls 1

logForDebuggingFunction · 0.85

Tested by

no test coverage detected