MCPcopy
hub / github.com/helm/helm / loadChart

Function loadChart

pkg/chart/v2/util/dependencies_test.go:29–36  ·  view source on GitHub ↗
(t *testing.T, path string)

Source from the content-addressed store, hash-verified

27)
28
29func loadChart(t *testing.T, path string) *chart.Chart {
30 t.Helper()
31 c, err := loader.Load(path)
32 if err != nil {
33 t.Fatalf("failed to load testdata: %s", err)
34 }
35 return c
36}
37
38func TestLoadDependency(t *testing.T) {
39 tests := []*chart.Dependency{

Calls 3

LoadFunction · 0.92
HelperMethod · 0.80
FatalfMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…