MCPcopy Create free account
hub / github.com/cli/cli / Unwrap

Method Unwrap

internal/run/run.go:86–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84}
85
86func (e CmdError) Unwrap() error {
87 return e.Err
88}
89
90func printArgs(w io.Writer, args []string) error {
91 if len(args) > 0 {

Callers 13

AccessibleColorsMethod · 0.45
AccessiblePrompterMethod · 0.45
BrowserMethod · 0.45
ClipboardMethod · 0.45
ColorLabelsMethod · 0.45
EditorMethod · 0.45
GitProtocolMethod · 0.45
HTTPUnixSocketMethod · 0.45
PagerMethod · 0.45
PromptMethod · 0.45
PreferEditorPromptMethod · 0.45
SpinnerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected