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

Method dataOut

cli/pkg/printer/printer.go:160–165  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158}
159
160func (p *Printer) dataOut() io.Writer {
161 if p.dataOutOverride != nil {
162 return p.dataOutOverride
163 }
164 return os.Stdout
165}
166
167// FormatBytes converts bytes to human readable format
168func (p *Printer) FormatBytes(bytes int64) string {

Callers 2

PrintDataMethod · 0.95
PrintQueryResponseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected