Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
144
func
(p *Printer) OverrideDataOutput(out io.Writer) {
145
p.dataOutOverride = out
146
}
147
148
func
(p *Printer) humanOut() io.Writer {
149
if
p.humanOutOverride != nil {
Callers
1
RunWithInput
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected