MCPcopy Index your code
hub / github.com/koderover/zadig / Desc

Method Desc

pkg/tool/errors/errors.go:71–73  ·  view source on GitHub ↗

Desc ...

()

Source from the content-addressed store, hash-verified

69
70// Desc ...
71func (e *HTTPError) Desc() string {
72 return e.desc
73}
74
75// Extra ...
76func (e *HTTPError) Extra() map[string]interface{} {

Callers 3

FormatCodeHostErrorFunction · 0.95
FormatRepoInfoErrorFunction · 0.95
TestErrorsFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestErrorsFunction · 0.76