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

Function debug

src/bridge/inboundAttachments.ts:27–29  ·  view source on GitHub ↗
(msg: string)

Source from the content-addressed store, hash-verified

25const DOWNLOAD_TIMEOUT_MS = 30_000
26
27function debug(msg: string): void {
28 logForDebugging(`[bridge:inbound-attach] ${msg}`)
29}
30
31const attachmentSchema = lazySchema(() =>
32 z.object({

Callers 2

resolveOneFunction · 0.70

Calls 1

logForDebuggingFunction · 0.85

Tested by

no test coverage detected