Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/labstack/echo
/ httpError
Struct
httpError
httperror.go:144–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
}
143
144
type
httpError
struct
{
145
code int
146
}
147
148
func
(he httpError) StatusCode() int {
149
return
he.code
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected