Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
func
Magenta(s string) string {
36
if
!IsColorEnabled {
37
return
s
38
}
39
return
magenta(s)
40
}
41
42
func
Magentaf(s string, args ...
interface
{}) string {
43
return
Magenta(fmt.Sprintf(s, args...))
Callers
2
Magentaf
Function · 0.85
FormatDoc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected