Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/serverless/serverless
/ removeBinary
Method
removeBinary
packages/sf-core-installer/binary.js:130–136 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
128
}
129
130
removeBinary() {
131
try {
132
rmSync(this.binaryPath)
133
} catch (err) {
134
/** Empty **/
135
}
136
}
137
138
install(suppressLogs = false) {
139
if
(this.exists()) {
Callers
1
install
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected