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

Function checkWgetAvailable

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

Source from the content-addressed store, hash-verified

113}
114
115function checkWgetAvailable() {
116 try {
117 execSync('which wget', { stdio: 'ignore' })
118 return true
119 } catch {
120 return false
121 }
122}
123
124function checkCurlAvailable() {
125 try {

Callers 1

installSupabaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected