MCPcopy Create free account
hub / github.com/imroc/req / String

Method String

internal/http3/error_codes.go:33–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31)
32
33func (e ErrCode) String() string {
34 s := e.string()
35 if s != "" {
36 return s
37 }
38 return fmt.Sprintf("unknown error code: %#x", uint16(e))
39}
40
41func (e ErrCode) string() string {
42 switch e {

Callers 3

doRoundTripOptMethod · 0.45
dialMethod · 0.45

Calls 1

stringMethod · 0.95

Tested by 1