Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ RandomURL
Function
RandomURL
integration/helpers/name_generator.go:180–182 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
178
}
179
180
func
RandomURL() string {
181
return
fmt.Sprintf(
"https://%s.com"
, RandomName())
182
}
Callers
4
bind_route_service_command_test.go
File · 0.92
routes_command_test.go
File · 0.92
unbind_route_service_command_test.go
File · 0.92
newDefaultServiceOffering
Function · 0.92
Calls
1
RandomName
Function · 0.85
Tested by
no test coverage detected