MCPcopy
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
26func (fe *FlagError) Error() string {
27 return fe.err.Error()
28}
29
30func (fe *FlagError) Unwrap() error {
31 return fe.err

Callers 3

TestMinimumNs_with_errorFunction · 0.45
TestGlobPathsFunction · 0.45
setupJsonFlagsFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestMinimumNs_with_errorFunction · 0.36
TestGlobPathsFunction · 0.36