MCPcopy
hub / github.com/koderover/zadig / Code

Method Code

pkg/tool/errors/errors.go:57–59  ·  view source on GitHub ↗

Code ...

()

Source from the content-addressed store, hash-verified

55
56// Code ...
57func (e *HTTPError) Code() int {
58 return e.code
59}
60
61// Error ...
62func (e *HTTPError) Error() string {

Callers 2

TestErrorsFunction · 0.95
ErrorMessageFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestErrorsFunction · 0.76