Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OctopusDeploy/cli
/ Magentaf
Function
Magentaf
pkg/output/color.go:42–44 ·
view source on GitHub ↗
(s string, args ...interface{})
Source
from the content-addressed store, hash-verified
40
}
41
42
func
Magentaf(s string, args ...
interface
{}) string {
43
return
Magenta(fmt.Sprintf(s, args...))
44
}
45
46
func
Cyan(s string) string {
47
if
!IsColorEnabled {
Callers
nothing calls this directly
Calls
1
Magenta
Function · 0.85
Tested by
no test coverage detected