MCPcopy Create free account
hub / github.com/rilldata/rill / Print

Method Print

cli/pkg/printer/printer.go:112–114  ·  view source on GitHub ↗
(i ...interface{})

Source from the content-addressed store, hash-verified

110}
111
112func (p *Printer) Print(i ...interface{}) {
113 fmt.Fprint(p.humanOut(), i...)
114}
115
116func (p *Printer) Println(i ...interface{}) {
117 fmt.Fprintln(p.humanOut(), i...)

Callers 12

PrintfBoldMethod · 0.95
PrintfSuccessMethod · 0.95
PrintfWarnMethod · 0.95
PrintfErrorMethod · 0.95
PrintDataMethod · 0.80
ConnectGithubFlowFunction · 0.80
createGithubRepoFlowFunction · 0.80
createGithubRepositoryFunction · 0.80
githubFlowFunction · 0.80
ShowCmdFunction · 0.80
ChatCmdFunction · 0.80
GetCmdFunction · 0.80

Calls 1

humanOutMethod · 0.95

Tested by

no test coverage detected