Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devspace-sh/devspace
/ mustGetDependencyID
Function
mustGetDependencyID
pkg/devspace/dependency/resolver_test.go:242–245 ·
view source on GitHub ↗
(config *latest.DependencyConfig)
Source
from the content-addressed store, hash-verified
240
}
241
242
func
mustGetDependencyID(config *latest.DependencyConfig) string {
243
id, _ := util.GetDependencyID(config.Source)
244
return
id
245
}
Callers
1
TestResolver
Function · 0.85
Calls
1
GetDependencyID
Function · 0.92
Tested by
no test coverage detected