MCPcopy Create free account
hub / github.com/ThatGuySam/doesitarm / getStorkExecutableDownloadUrl

Function getStorkExecutableDownloadUrl

helpers/stork/executable.js:28–32  ·  view source on GitHub ↗
( options = {} )

Source from the content-addressed store, hash-verified

26
27// https://stork-search.net/docs/install
28export function getStorkExecutableDownloadUrl ( options = {} ) {
29 const target = getStorkExecutableTarget( options )
30
31 return `https://files.stork-search.net/releases/v${ storkVersion }/${ target }`
32}
33
34// Check if a file is executable
35// https://stackoverflow.com/a/69897809/1397641

Callers 2

downloadStorkExecutableFunction · 0.85

Calls 1

getStorkExecutableTargetFunction · 0.85

Tested by

no test coverage detected