Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cli/cli
/ Error
Method
Error
pkg/cmdutil/errors.go:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
func
(fe *FlagError) Error() string {
27
return
fe.err.Error()
28
}
29
30
func
(fe *FlagError) Unwrap() error {
31
return
fe.err
Callers
3
TestMinimumNs_with_error
Function · 0.45
TestGlobPaths
Function · 0.45
setupJsonFlags
Function · 0.45
Calls
no outgoing calls
Tested by
2
TestMinimumNs_with_error
Function · 0.36
TestGlobPaths
Function · 0.36