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

Function isDownloadDroplet

api/cloudcontroller/ccv3/request.go:83–85  ·  view source on GitHub ↗
(URL string, requestName string)

Source from the content-addressed store, hash-verified

81}
82
83func isDownloadDroplet(URL string, requestName string) bool {
84 return (strings.Contains(URL, "droplet") && strings.Contains(URL, "download")) || (requestName == internal.GetDropletBitsRequest)
85}

Callers 1

newHTTPRequestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected