MCPcopy Create free account
hub / github.com/codeaashu/claude-code /

Class

src/utils/computerUse/hostAdapter.ts:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10import { requireComputerUseSwift } from './swiftLoader.js'
11
12class DebugLogger implements Logger {
13 silly(message: string, ...args: unknown[]): void {
14 logForDebugging(format(message, ...args), { level: 'debug' })
15 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected