MCPcopy Index your code
hub / github.com/cloudfoundry/cli / shouldDisplaySummary

Method shouldDisplaySummary

command/v7/push_command.go:613–619  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

611}
612
613func (cmd PushCommand) shouldDisplaySummary(err error) bool {
614 if err == nil {
615 return true
616 }
617 _, ok := err.(actionerror.AllInstancesCrashedError)
618 return ok
619}
620
621func (cmd PushCommand) mapErr(appName string, err error) error {
622 switch err.(type) {

Callers 1

ExecuteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected