MCPcopy 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

24type myE struct{ marker string }
25
26func (e *myE) Error() string { return "woo" }
27
28func (e *myE) ErrorKeyMarker() string { return e.marker }
29

Callers 15

TestAdaptBaseGoErrFunction · 0.45
TestAdaptGoSingleWrapErrFunction · 0.45
TestAdaptBaseGoJoinErrFunction · 0.45
TestAdaptGoMultiWrapErrFunction · 0.45
TestAdaptPkgWithMessageFunction · 0.45
TestAdaptPkgFundamentalFunction · 0.45
TestAdaptPkgWithStackFunction · 0.45
TestAdaptProtoErrorsFunction · 0.45
encodeLeafFunction · 0.45
extractPrefixFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected