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

Method Printf

cli/pkg/printer/printer.go:120–122  ·  view source on GitHub ↗
(format string, i ...interface{})

Source from the content-addressed store, hash-verified

118}
119
120func (p *Printer) Printf(format string, i ...interface{}) {
121 fmt.Fprintf(p.humanOut(), format, i...)
122}
123
124func (p *Printer) PrintfBold(str string, i ...interface{}) {
125 p.Print(ColorBold.Sprintf(str, i...))

Callers 15

PrintDataWithTitleMethod · 0.95
PrintDeploymentMethod · 0.95
CheckVersionMethod · 0.80
AnalyticsInfoMethod · 0.80
RunFunction · 0.80
HandleExecuteErrorFunction · 0.80
startMethod · 0.80
resetStateMethod · 0.80
runDepsMethod · 0.80
awaitPostgresMethod · 0.80
awaitRedisMethod · 0.80
runAdminMethod · 0.80

Calls 1

humanOutMethod · 0.95