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

Method PrintfWarn

cli/pkg/printer/printer.go:132–134  ·  view source on GitHub ↗
(str string, i ...interface{})

Source from the content-addressed store, hash-verified

130}
131
132func (p *Printer) PrintfWarn(str string, i ...interface{}) {
133 p.Print(ColorYellowBold.Sprintf(str, i...))
134}
135
136func (p *Printer) PrintfError(str string, i ...interface{}) {
137 p.Print(ColorRedBold.Sprintf(str, i...))

Callers 15

PrintOrgsMethod · 0.95
PrintProjectsMethod · 0.95
PrintUsersMethod · 0.95
PrintMagicAuthTokensMethod · 0.95
PrintMemberUsergroupsMethod · 0.95
PrintModelPartitionsMethod · 0.95
PrintDeploymentsMethod · 0.95

Calls 1

PrintMethod · 0.95

Tested by

no test coverage detected