Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
25
const
DOWNLOAD_TIMEOUT_MS = 30_000
26
27
function
debug(msg: string): void {
28
logForDebugging(`[bridge:inbound-attach] ${msg}`)
29
}
30
31
const
attachmentSchema = lazySchema(() =>
32
z.object({
Callers
2
resolveOne
Function · 0.70
resolveInboundAttachments
Function · 0.70
Calls
1
logForDebugging
Function · 0.85
Tested by
no test coverage detected