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

Function NewPrinter

cli/pkg/printer/printer.go:74–78  ·  view source on GitHub ↗
(format Format)

Source from the content-addressed store, hash-verified

72}
73
74func NewPrinter(format Format) *Printer {
75 return &Printer{
76 Format: format,
77 }
78}
79
80func (p *Printer) PrintData(v interface{}) {
81 out := p.dataOut()

Callers 2

NewHelperFunction · 0.92
minimalHelperFunction · 0.92

Calls

no outgoing calls

Tested by 1

minimalHelperFunction · 0.74