MCPcopy
hub / github.com/helm/helm / Parent

Method Parent

pkg/chart/v2/chart.go:112–112  ·  view source on GitHub ↗

Parent returns a subchart's parent chart.

()

Source from the content-addressed store, hash-verified

110
111// Parent returns a subchart's parent chart.
112func (ch *Chart) Parent() *Chart { return ch.parent }
113
114// ChartPath returns the full path to this chart in dot notation.
115func (ch *Chart) ChartPath() string {

Callers 7

RootMethod · 0.95
ChartPathMethod · 0.95
ChartFullPathMethod · 0.95
validateDependencyTreeFunction · 0.45
loadCLIPluginsFunction · 0.45
processParentFunction · 0.45

Calls

no outgoing calls

Tested by 2

validateDependencyTreeFunction · 0.36