MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / warn

Method warn

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

Source from the content-addressed store, hash-verified

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

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