MCPcopy
hub / github.com/helm/helm / withNotes

Function withNotes

pkg/action/action_test.go:182–190  ·  view source on GitHub ↗
(notes string)

Source from the content-addressed store, hash-verified

180}
181
182func withNotes(notes string) chartOption {
183 return func(opts *chartOptions) {
184 opts.Templates = append(opts.Templates, &common.File{
185 Name: "templates/NOTES.txt",
186 ModTime: time.Now(),
187 Data: []byte(notes),
188 })
189 }
190}
191
192func withDependency(dependencyOpts ...chartOption) chartOption {
193 return func(opts *chartOptions) {

Calls 1

NowMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…