MCPcopy Create free account
hub / github.com/freecodexyz/free-code / info

Method info

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

Source from the content-addressed store, hash-verified

17 logForDebugging(format(message, ...args), { level: 'debug' })
18 }
19 info(message: string, ...args: unknown[]): void {
20 logForDebugging(format(message, ...args), { level: 'info' })
21 }
22 warn(message: string, ...args: unknown[]): void {
23 logForDebugging(format(message, ...args), { level: 'warn' })
24 }

Callers

nothing calls this directly

Calls 1

logForDebuggingFunction · 0.85

Tested by

no test coverage detected