Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
73
func
(l DirLoader) Load() (chart.Charter, error) {
74
return
LoadDir(string(l))
75
}
76
77
func
LoadDir(dir string) (chart.Charter, error) {
78
topdir, err := filepath.Abs(dir)
Callers
nothing calls this directly
Calls
1
LoadDir
Function · 0.70
Tested by
no test coverage detected