MCPcopy Create free account
hub / github.com/IIIIQIIII/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 6

runFunction · 0.45
getImageProcessorFunction · 0.45
filterAllowedSdkBetasFunction · 0.45
getCommandPrefixImplFunction · 0.45
reconciler.tsFile · 0.45
bridgeMainFunction · 0.45

Calls 1

logForDebuggingFunction · 0.85

Tested by

no test coverage detected