Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/txthinking/brook
/ Error
Method
Error
error.go:21–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
type
Error
map
[string]string
20
21
func
(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
NewDOHServer
Function · 0.80
ServeHTTP
Method · 0.80
NewServer
Function · 0.80
ListenAndServe
Method · 0.80
nat.go
File · 0.80
NewEchoServer
Function · 0.80
ListenAndServe
Method · 0.80
NewQUICClient
Function · 0.80
NewWSClient
Function · 0.80
QUICDialTCP
Function · 0.80
NewWSServer
Function · 0.80
ServeHTTP
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected