MCPcopy Index your code
hub / github.com/go-errors/errors / Error

Method Error

error_test.go:345–347  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

343type errorString string
344
345func (e errorString) Error() string {
346 return string(e)
347}

Callers 7

TestStackFormatFunction · 0.45
TestSkipWorksFunction · 0.45
TestNewFunction · 0.45
TestWrapErrorFunction · 0.45
TestWrapPrefixErrorFunction · 0.45
ExampleError_ErrorFunction · 0.45
ExampleError_TypeNameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected