Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
21
func
(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
30
type
RoutePresenter
struct
{
31
Host string
Callers
15
FindOrCreateRoute
Method · 0.95
Execute
Method · 0.45
Execute
Method · 0.45
Execute
Method · 0.45
ShowApp
Method · 0.45
Execute
Method · 0.45
Execute
Method · 0.45
CreateRoute
Method · 0.45
Execute
Method · 0.45
Execute
Method · 0.45
clients_test.go
File · 0.45
service_brokers_test.go
File · 0.45
Calls
no outgoing calls
Tested by
4
NewTestClient
Function · 0.36
NewTestUAAClientAndStore
Function · 0.36
NewTestRouterClient
Function · 0.36
NewTestClient
Function · 0.36