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

Method warn

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

Source from the content-addressed store, hash-verified

20 logForDebugging(format(message, ...args), { level: 'info' })
21 }
22 warn(message: string, ...args: unknown[]): void {
23 logForDebugging(format(message, ...args), { level: 'warn' })
24 }
25 error(message: string, ...args: unknown[]): void {
26 logForDebugging(format(message, ...args), { level: 'error' })
27 }

Callers 2

filterAllowedSdkBetasFunction · 0.45
getCommandPrefixImplFunction · 0.45

Calls 1

logForDebuggingFunction · 0.85

Tested by

no test coverage detected