MCPcopy
hub / github.com/helm/helm / allTemplates

Function allTemplates

pkg/engine/engine.go:524–528  ·  view source on GitHub ↗

allTemplates returns all templates for a chart and its dependencies. As it goes, it also prepares the values in a scope-sensitive manner.

(c ci.Charter, vals common.Values)

Source from the content-addressed store, hash-verified

522//
523// As it goes, it also prepares the values in a scope-sensitive manner.
524func allTemplates(c ci.Charter, vals common.Values) map[string]renderable {
525 templates := make(map[string]renderable)
526 recAllTpls(c, templates, vals)
527 return templates
528}
529
530// recAllTpls recurses through the templates in a chart.
531//

Callers 2

RenderMethod · 0.85
TestAllTemplatesFunction · 0.85

Calls 1

recAllTplsFunction · 0.85

Tested by 1

TestAllTemplatesFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…