MCPcopy Create free account
hub / github.com/dabit3/react-native-ai / isBunInstalled

Function isBunInstalled

cli/cli.js:28–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28const isBunInstalled = () => {
29 try {
30 childProcess.execSync('bun --version')
31 return true;
32 } catch(err) {
33 return false;
34 }
35}
36
37async function main() {
38 const spinner = ora({

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected