MCPcopy Index your code
hub / github.com/helm/helm / Load

Method Load

pkg/chart/loader/load.go:73–75  ·  view source on GitHub ↗

Load loads the chart

()

Source from the content-addressed store, hash-verified

71
72// Load loads the chart
73func (l DirLoader) Load() (chart.Charter, error) {
74 return LoadDir(string(l))
75}
76
77func LoadDir(dir string) (chart.Charter, error) {
78 topdir, err := filepath.Abs(dir)

Callers

nothing calls this directly

Calls 1

LoadDirFunction · 0.70

Tested by

no test coverage detected