Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/devspace-sh/devspace
/ chartRepoURL
Function
chartRepoURL
pkg/devspace/configure/deployment.go:396–402 ·
view source on GitHub ↗
(url string)
Source
from the content-addressed store, hash-verified
394
}
395
396
func
chartRepoURL(url string) string {
397
repoURL := url
398
if
!(strings.HasPrefix(url,
"https://"
) || strings.HasPrefix(url,
"http://"
)) {
399
repoURL =
"https://"
+ url
400
}
401
return
repoURL
402
}
Callers
1
AddHelmDeployment
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected