MCPcopy Create free account
hub / github.com/blockmatic/basilic / checkBrewAvailable

Function checkBrewAvailable

scripts/setup-database.mjs:106–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104}
105
106function checkBrewAvailable() {
107 try {
108 execSync('which brew', { stdio: 'ignore' })
109 return true
110 } catch {
111 return false
112 }
113}
114
115function checkWgetAvailable() {
116 try {

Callers 2

installDockerFunction · 0.70
installSupabaseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected