MCPcopy Index your code
hub / github.com/helm/helm / newOutputValue

Function newOutputValue

pkg/cmd/flags.go:143–146  ·  view source on GitHub ↗
(defaultValue output.Format, p *output.Format)

Source from the content-addressed store, hash-verified

141type outputValue output.Format
142
143func newOutputValue(defaultValue output.Format, p *output.Format) *outputValue {
144 *p = defaultValue
145 return (*outputValue)(p)
146}
147
148func (o *outputValue) String() string {
149 // It is much cleaner looking (and technically less allocations) to just

Callers 1

bindOutputFlagFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…