MCPcopy
hub / github.com/karol-broda/snitch / Printf

Function Printf

internal/errutil/errutil.go:32–34  ·  view source on GitHub ↗
(c *color.Color, format string, a ...any)

Source from the content-addressed store, hash-verified

30}
31
32func Printf(c *color.Color, format string, a ...any) {
33 _, _ = c.Printf(format, a...)
34}
35
36func Fprintf(c *color.Color, w io.Writer, format string, a ...any) {
37 _, _ = c.Fprintf(w, format, a...)

Callers 7

runUpgradeFunction · 0.92
handleSpecificVersionFunction · 0.92
handleNixUpgradeFunction · 0.92
handleNixSpecificVersionFunction · 0.92
printUpgradeInstructionsFunction · 0.92
performUpgradeFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected