Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
257
func
isURL(path string) bool {
258
return
strings.HasPrefix(path,
"http://"
) || strings.HasPrefix(path,
"https://"
)
259
}
Callers
2
GetDependencyPath
Function · 0.85
DownloadDependency
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected