Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cockroachdb/errors
/ Error
Method
Error
errbase/encode_test.go:26–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
type
myE
struct
{ marker string }
25
26
func
(e *myE) Error() string {
return
"woo"
}
27
28
func
(e *myE) ErrorKeyMarker() string {
return
e.marker }
29
Callers
15
TestAdaptBaseGoErr
Function · 0.45
TestAdaptGoSingleWrapErr
Function · 0.45
TestAdaptBaseGoJoinErr
Function · 0.45
TestAdaptGoMultiWrapErr
Function · 0.45
TestAdaptPkgWithMessage
Function · 0.45
TestAdaptPkgFundamental
Function · 0.45
TestAdaptPkgWithStack
Function · 0.45
TestAdaptProtoErrors
Function · 0.45
TestAdaptProtoErrorsWithWrapper
Function · 0.45
encodeLeaf
Function · 0.45
extractPrefix
Function · 0.45
TestUnknownWrapperTraversalWithMessageOverride
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected