Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ shouldRestart
Method
shouldRestart
command/v7/scale_command.go:208–210 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
206
}
207
208
func
(cmd ScaleCommand) shouldRestart() bool {
209
return
cmd.DiskLimit.IsSet || cmd.MemoryLimit.IsSet || cmd.LogRateLimit.IsSet
210
}
Callers
2
Execute
Method · 0.95
scaleProcess
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected