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

Method URL

cf/models/route.go:21–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21func (r Route) URL() string {
22 return (&RoutePresenter{
23 Host: r.Host,
24 Domain: r.Domain.Name,
25 Path: r.Path,
26 Port: r.Port,
27 }).URL()
28}
29
30type RoutePresenter struct {
31 Host string

Callers 15

FindOrCreateRouteMethod · 0.95
ExecuteMethod · 0.45
ExecuteMethod · 0.45
ExecuteMethod · 0.45
ShowAppMethod · 0.45
ExecuteMethod · 0.45
ExecuteMethod · 0.45
CreateRouteMethod · 0.45
ExecuteMethod · 0.45
ExecuteMethod · 0.45
clients_test.goFile · 0.45

Calls

no outgoing calls

Tested by 4

NewTestClientFunction · 0.36
NewTestUAAClientAndStoreFunction · 0.36
NewTestRouterClientFunction · 0.36
NewTestClientFunction · 0.36