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

Function Blue

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

Source from the content-addressed store, hash-verified

22)
23
24func Blue(s string) string {
25 if !IsColorEnabled {
26 return s
27 }
28 return blue(s)
29}
30
31func Bluef(s string, args ...interface{}) string {
32 return Blue(fmt.Sprintf(s, args...))

Callers 15

doWebFunction · 0.92
viewRunFunction · 0.92
formatProjectForBasicFunction · 0.92
viewRunFunction · 0.92
listRunFunction · 0.92
getWorkerAsBasicFunction · 0.92
viewRunFunction · 0.92
viewRunFunction · 0.92
viewRunFunction · 0.92
formatSpaceForBasicFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected