Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ getURLs
Function
getURLs
command/v7/apps_command.go:79–86 ·
view source on GitHub ↗
(routes []resources.Route)
Source
from the content-addressed store, hash-verified
77
}
78
79
func
getURLs(routes []resources.Route) string {
80
var
routeURLs []string
81
for
_, route :=
range
routes {
82
routeURLs = append(routeURLs, route.URL)
83
}
84
85
return
strings.Join(routeURLs,
", "
)
86
}
Callers
1
Execute
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected