MCPcopy Create free account
hub / github.com/diillson/chatcli / println

Method println

pkg/coder/engine/engine.go:233–235  ·  view source on GitHub ↗
(a ...interface{})

Source from the content-addressed store, hash-verified

231}
232
233func (e *Engine) println(a ...interface{}) {
234 _, _ = fmt.Fprintln(e.Out, a...)
235}
236
237func (e *Engine) errorf(format string, a ...interface{}) {
238 _, _ = fmt.Fprintf(e.Err, format, a...)

Callers 6

printCommandOutputMethod · 0.95
handleReadMethod · 0.95
handleRollbackMethod · 0.95
handleCleanMethod · 0.95
handleExecMethod · 0.95
handleGitChangedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected