MCPcopy
hub / github.com/helm/helm / Load

Method Load

pkg/chart/loader/load.go:110–112  ·  view source on GitHub ↗

Load loads a chart

()

Source from the content-addressed store, hash-verified

108
109// Load loads a chart
110func (l FileLoader) Load() (chart.Charter, error) {
111 return LoadFile(string(l))
112}
113
114func LoadFile(name string) (chart.Charter, error) {
115 if fi, err := os.Stat(name); err != nil {

Callers

nothing calls this directly

Calls 1

LoadFileFunction · 0.70

Tested by

no test coverage detected