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

Method info

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

Source from the content-addressed store, hash-verified

282 logForDebugging(format(message, ...args), { level: 'debug' })
283 }
284 info(message: string, ...args: unknown[]): void {
285 logForDebugging(format(message, ...args), { level: 'info' })
286 }
287 warn(message: string, ...args: unknown[]): void {
288 logForDebugging(format(message, ...args), { level: 'warn' })
289 }

Callers 1

createChromeContextFunction · 0.95

Calls 1

logForDebuggingFunction · 0.85

Tested by

no test coverage detected