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

Function Println

internal/errutil/errutil.go:28–30  ·  view source on GitHub ↗
(c *color.Color, a ...any)

Source from the content-addressed store, hash-verified

26}
27
28func Println(c *color.Color, a ...any) {
29 _, _ = c.Println(a...)
30}
31
32func Printf(c *color.Color, format string, a ...any) {
33 _, _ = c.Printf(format, a...)

Callers 11

runUpgradeFunction · 0.92
handleSpecificVersionFunction · 0.92
handleNixUpgradeFunction · 0.92
handleNixSpecificVersionFunction · 0.92
printVersionComparisonFunction · 0.92
printUpgradeInstructionsFunction · 0.92
performUpgradeFunction · 0.92
removeQuarantineFunction · 0.92
version.goFile · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected