Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/serverless/serverless
/ install
Function
install
packages/sf-core-installer/binary.js:261–264 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
259
}
260
261
const
install =
async
() => {
262
const
binary = getBinary()
263
return
binary.install(true)
// Suppresses logs from binary-install
264
}
265
266
const
run =
async
() => {
267
const
binary = getBinary()
Callers
nothing calls this directly
Calls
2
getBinary
Function · 0.85
install
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…