MCPcopy Index your code
hub / github.com/cli/cli / Unwrap

Method Unwrap

internal/run/run.go:87–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 12

AccessibleColorsMethod · 0.45
AccessiblePrompterMethod · 0.45
BrowserMethod · 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
TelemetryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected