MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / requireFreebuffBinary

Function requireFreebuffBinary

freebuff/e2e/utils/binary-helpers.ts:15–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15export function requireFreebuffBinary(): string {
16 const binaryPath = getFreebuffBinaryPath()
17 if (!existsSync(binaryPath)) {
18 throw new Error(
19 `Freebuff binary not found at ${binaryPath}. ` +
20 'Build with: bun freebuff/cli/build.ts <version>',
21 )
22 }
23 return binaryPath
24}

Calls 1

getFreebuffBinaryPathFunction · 0.85

Tested by

no test coverage detected