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

Method URL

integration/helpers/plugin_repo.go:133–135  ·  view source on GitHub ↗

URL is used to get the pluginRepo's server url

()

Source from the content-addressed store, hash-verified

131
132// URL is used to get the pluginRepo's server url
133func (pluginRepoServer *PluginRepositoryServerWithPlugin) URL() string {
134 return pluginRepoServer.server.URL()
135}
136
137// Close is used to destroy the repo server and cleanup any files
138func (pluginRepoServer *PluginRepositoryServerWithPlugin) Cleanup() {

Callers 7

AddFiftyOneOrgsFunction · 0.45
AddFiftyOneSpacesFunction · 0.45
InitMethod · 0.45
AddHandlerFunction · 0.45
startServerWithVersionsFunction · 0.45
AddMfaFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected