MCPcopy 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
377async function main() {
378 await downloadAndExtract()
379}
380
381main().catch(error => {
382 const msg = error instanceof Error ? error.message : String(error)

Callers 1

postinstall.cjsFile · 0.70

Calls 1

downloadAndExtractFunction · 0.85

Tested by

no test coverage detected