MCPcopy
hub / github.com/cortexlabs/cortex / Bold

Function Bold

pkg/lib/console/format.go:26–28  ·  view source on GitHub ↗

Bold returns a string formatted in bold

(a ...interface{})

Source from the content-addressed store, hash-verified

24
25// Bold returns a string formatted in bold
26func Bold(a ...interface{}) string {
27 return _bold(a...)
28}
29
30// BoolColor converts a boolean into a colored string (green: true, red: false)
31func BoolColor(b bool) string {

Callers 15

StringMethod · 0.92
FormatMethod · 0.92
BoldFirstLineFunction · 0.92
StderrBoldFirstLineFunction · 0.92
BoldFirstBlockFunction · 0.92
StderrBoldFirstBlockFunction · 0.92
StringMethod · 0.92
taskAPITableFunction · 0.92
getTaskJobFunction · 0.92
realtimeAPITableFunction · 0.92
realtimeDescribeAPITableFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected