Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
74
func
NewPrinter(format Format) *Printer {
75
return
&Printer{
76
Format: format,
77
}
78
}
79
80
func
(p *Printer) PrintData(v
interface
{}) {
81
out := p.dataOut()
Callers
2
NewHelper
Function · 0.92
minimalHelper
Function · 0.92
Calls
no outgoing calls
Tested by
1
minimalHelper
Function · 0.74