MCPcopy
hub / github.com/serverless/serverless / getBinary

Function getBinary

packages/sf-core-installer/binary.js:254–259  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

252}
253
254const getBinary = () => {
255 const binaryName = getBinaryName()
256 const url = `https://install.serverless.com/installer-builds/${binaryName}`
257 const binary = new Binary(binaryName, url, '0.0.2')
258 return binary
259}
260
261const install = async () => {
262 const binary = getBinary()

Callers 2

installFunction · 0.85
runFunction · 0.85

Calls 1

getBinaryNameFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…