MCPcopy
hub / github.com/wagoodman/dive / TitleFormat

Function TitleFormat

utils/format.go:9–11  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

7)
8
9func TitleFormat(s string) string {
10 return aurora.Bold(s).String()
11}
12
13// CleanArgs trims the whitespace from the given set of strings.
14func CleanArgs(s []string) []string {

Callers 2

runFunction · 0.92
ReportMethod · 0.92

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected