MCPcopy
hub / github.com/cloudfoundry/cli / routeSummary

Function routeSummary

command/v7/shared/app_summary_displayer.go:60–66  ·  view source on GitHub ↗
(rs []resources.Route)

Source from the content-addressed store, hash-verified

58}
59
60func routeSummary(rs []resources.Route) string {
61 formattedRoutes := []string{}
62 for _, route := range rs {
63 formattedRoutes = append(formattedRoutes, route.URL)
64 }
65 return strings.Join(formattedRoutes, ", ")
66}
67
68func formatLogRateLimit(limit int64) string {
69 if limit == -1 {

Callers 1

AppDisplayMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected