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

Method printf

pkg/coder/engine/engine.go:229–231  ·  view source on GitHub ↗
(format string, a ...interface{})

Source from the content-addressed store, hash-verified

227}
228
229func (e *Engine) printf(format string, a ...interface{}) {
230 _, _ = fmt.Fprintf(e.Out, format, a...)
231}
232
233func (e *Engine) println(a ...interface{}) {
234 _, _ = fmt.Fprintln(e.Out, a...)

Callers 11

printCommandOutputMethod · 0.95
handleMultipatchMethod · 0.95
handleTreeMethod · 0.95
fallbackSearchMethod · 0.95
handleReadMethod · 0.95
handleWriteMethod · 0.95
handlePatchMethod · 0.95
handleCleanMethod · 0.95
handleExecMethod · 0.95
handleTestMethod · 0.95
applyHunksToFileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected