MCPcopy Index your code
hub / github.com/devspace-sh/devspace / isURL

Function isURL

pkg/devspace/dependency/util/util.go:257–259  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

255}
256
257func isURL(path string) bool {
258 return strings.HasPrefix(path, "http://") || strings.HasPrefix(path, "https://")
259}

Callers 2

GetDependencyPathFunction · 0.85
DownloadDependencyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected