MCPcopy Index your code
hub / github.com/rilldata/rill / OverrideHumanOutput

Method OverrideHumanOutput

cli/pkg/printer/printer.go:140–142  ·  view source on GitHub ↗
(out io.Writer)

Source from the content-addressed store, hash-verified

138}
139
140func (p *Printer) OverrideHumanOutput(out io.Writer) {
141 p.humanOutOverride = out
142}
143
144func (p *Printer) OverrideDataOutput(out io.Writer) {
145 p.dataOutOverride = out

Callers 2

RunWithInputMethod · 0.80
ValidateCmdFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected