Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-kit/kit
/ methodNotFoundError
TypeAlias
methodNotFoundError
transport/http/jsonrpc/error.go:75–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
type
methodNotFoundError string
76
77
func
(e methodNotFoundError) Error() string {
78
return
string(e)
Callers
2
ServeHTTP
Method · 0.85
TestErrorsSatisfyError
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected