MCPcopy
hub / github.com/helm/helm / withFile

Function withFile

pkg/action/action_test.go:204–208  ·  view source on GitHub ↗
(file common.File)

Source from the content-addressed store, hash-verified

202}
203
204func withFile(file common.File) chartOption {
205 return func(opts *chartOptions) {
206 opts.Files = append(opts.Files, &file)
207 }
208}
209
210func withSampleTemplates() chartOption {
211 return func(opts *chartOptions) {

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…