Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
9
func
TitleFormat(s string) string {
10
return
aurora.Bold(s).String()
11
}
12
13
// CleanArgs trims the whitespace from the given set of strings.
14
func
CleanArgs(s []string) []string {
Callers
2
run
Function · 0.92
Report
Method · 0.92
Calls
1
String
Method · 0.45
Tested by
no test coverage detected