Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/claude-code-best/claude-code
/ main
Function
main
scripts/postinstall.cjs:377–379 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
375
}
376
377
async
function
main() {
378
await
downloadAndExtract()
379
}
380
381
main().catch(error => {
382
const
msg = error instanceof Error ? error.message : String(error)
Callers
1
postinstall.cjs
File · 0.70
Calls
1
downloadAndExtract
Function · 0.85
Tested by
no test coverage detected