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

Method OverrideDataOutput

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

Source from the content-addressed store, hash-verified

142}
143
144func (p *Printer) OverrideDataOutput(out io.Writer) {
145 p.dataOutOverride = out
146}
147
148func (p *Printer) humanOut() io.Writer {
149 if p.humanOutOverride != nil {

Callers 1

RunWithInputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected