MCPcopy 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
242func mustGetDependencyID(config *latest.DependencyConfig) string {
243 id, _ := util.GetDependencyID(config.Source)
244 return id
245}

Callers 1

TestResolverFunction · 0.85

Calls 1

GetDependencyIDFunction · 0.92

Tested by

no test coverage detected