MCPcopy Create free account
hub / github.com/claude-code-internals/claude-code-runnable / getBinaryPath

Function getBinaryPath

scripts/postinstall.cjs:55–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53}
54
55function getBinaryPath() {
56 const subdir = `${process.arch}-${process.platform}`
57 const binary = process.platform === 'win32' ? 'rg.exe' : 'rg'
58 return path.join(binaryDir, subdir, binary)
59}
60
61function proxyEnvSet() {
62 const v = (s) => (s ?? '').trim()

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected