MCPcopy
hub / github.com/cloudfoundry/cli / URL

Method URL

integration/v7/selfcontained/fake/cf_api.go:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47}
48
49func (a *CFAPI) URL() string {
50 return a.server.URL()
51}
52
53func (a *CFAPI) ReceivedRequests() map[string][]*http.Request {
54 result := map[string][]*http.Request{}

Calls

no outgoing calls

Tested by

no test coverage detected