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

Function Magenta

pkg/output/color.go:35–40  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

33}
34
35func Magenta(s string) string {
36 if !IsColorEnabled {
37 return s
38 }
39 return magenta(s)
40}
41
42func Magentaf(s string, args ...interface{}) string {
43 return Magenta(fmt.Sprintf(s, args...))

Callers 2

MagentafFunction · 0.85
FormatDocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected