MCPcopy 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
208func (cmd ScaleCommand) shouldRestart() bool {
209 return cmd.DiskLimit.IsSet || cmd.MemoryLimit.IsSet || cmd.LogRateLimit.IsSet
210}

Callers 2

ExecuteMethod · 0.95
scaleProcessMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected