Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
func
Redf(s string, args ...
interface
{}) string {
65
return
Red(fmt.Sprintf(s, args...))
66
}
67
68
func
Yellow(s string) string {
69
if
!IsColorEnabled {
Callers
3
contributeDetails
Function · 0.92
getWorkerPoolAsTableRow
Function · 0.92
getWorkerPoolAsBasic
Function · 0.92
Calls
1
Red
Function · 0.85
Tested by
no test coverage detected