MCPcopy 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
60function uploadsDir(): string {
61 return join(getClaudeConfigHomeDir(), 'uploads', getSessionId())
62}
63
64/**
65 * Fetch + write one attachment. Returns the absolute path on success,

Callers 1

resolveOneFunction · 0.85

Calls 1

getSessionIdFunction · 0.85

Tested by

no test coverage detected