Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
83
func
isDownloadDroplet(URL string, requestName string) bool {
84
return
(strings.Contains(URL,
"droplet"
) && strings.Contains(URL,
"download"
)) || (requestName == internal.GetDropletBitsRequest)
85
}
Callers
1
newHTTPRequest
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected