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

Method error

src/utils/computerUse/hostAdapter.ts:25–27  ·  view source on GitHub ↗
(message: string, ...args: unknown[])

Source from the content-addressed store, hash-verified

23 logForDebugging(format(message, ...args), { level: 'warn' })
24 }
25 error(message: string, ...args: unknown[]): void {
26 logForDebugging(format(message, ...args), { level: 'error' })
27 }
28}
29
30let cached: ComputerUseHostAdapter | undefined

Callers 1

handleDeepLinkUriFunction · 0.45

Calls 1

logForDebuggingFunction · 0.85

Tested by

no test coverage detected