Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urfave/cli
/ Format
Method
Format
errors_test.go:96–98 · errors_test.go::exitFormatter.Format
(s fmt.State, verb rune)
Source
from the content-addressed store, hash-verified
94
}
95
96
func
(f *exitFormatter) Format(s fmt.State, verb rune) {
97
_, _ = s.Write([]byte(
"some other special"
))
98
}
99
100
func
(f *exitFormatter) ExitCode() int {
101
return
f.code
Callers
nothing calls this directly
Calls
1
Write
Method · 0.80
Tested by
no test coverage detected