MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / RequestDownloadCallBack

Function RequestDownloadCallBack

agent/app/service/app_utils.go:2040–2045  ·  view source on GitHub ↗
(downloadCallBackUrl string)

Source from the content-addressed store, hash-verified

2038}
2039
2040func RequestDownloadCallBack(downloadCallBackUrl string) {
2041 if downloadCallBackUrl == "" {
2042 return
2043 }
2044 _, _, _ = req_helper.HandleRequest(downloadCallBackUrl, http.MethodGet, constant.TimeOut5s)
2045}
2046
2047func getAppTags(appID uint, lang string) ([]response.TagDTO, error) {
2048 appTags, err := appTagRepo.GetByAppId(appID)

Callers 4

handleRuntimeFunction · 0.85
handlePHPFunction · 0.85
upgradeInstallFunction · 0.85
copyDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected