MCPcopy
hub / github.com/txthinking/brook / Error

Method Error

error.go:21–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19type Error map[string]string
20
21func (e Error) Error() string {
22 b, err := json.Marshal(e)
23 if err != nil {
24 return err.Error()
25 }
26 return string(b)
27}

Callers 15

NewDOHServerFunction · 0.80
ServeHTTPMethod · 0.80
NewServerFunction · 0.80
ListenAndServeMethod · 0.80
nat.goFile · 0.80
NewEchoServerFunction · 0.80
ListenAndServeMethod · 0.80
NewQUICClientFunction · 0.80
NewWSClientFunction · 0.80
QUICDialTCPFunction · 0.80
NewWSServerFunction · 0.80
ServeHTTPMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected