MCPcopy Create free account
hub / github.com/OctopusDeploy/cli / Redf

Function Redf

pkg/output/color.go:64–66  ·  view source on GitHub ↗
(s string, args ...interface{})

Source from the content-addressed store, hash-verified

62}
63
64func Redf(s string, args ...interface{}) string {
65 return Red(fmt.Sprintf(s, args...))
66}
67
68func Yellow(s string) string {
69 if !IsColorEnabled {

Callers 3

contributeDetailsFunction · 0.92
getWorkerPoolAsTableRowFunction · 0.92
getWorkerPoolAsBasicFunction · 0.92

Calls 1

RedFunction · 0.85

Tested by

no test coverage detected