Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ uploadsDir
Function
uploadsDir
src/bridge/inboundAttachments.ts:60–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
}
59
60
function
uploadsDir(): string {
61
return
join(getClaudeConfigHomeDir(),
'uploads'
, getSessionId())
62
}
63
64
/**
65
* Fetch + write one attachment. Returns the absolute path on success,
Callers
1
resolveOne
Function · 0.85
Calls
1
getSessionId
Function · 0.85
Tested by
no test coverage detected