MCPcopy
hub / github.com/serverless/serverless / run

Function run

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

Source from the content-addressed store, hash-verified

264}
265
266const run = async () => {
267 const binary = getBinary()
268 binary.run()
269}
270
271module.exports = {
272 install,

Callers

nothing calls this directly

Calls 2

getBinaryFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected