MCPcopy Index your code
hub / github.com/pingcap/tidb / Error

Method Error

tools/check/ut.go:1021–1023  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1019}
1020
1021func (e *errWithStack) Error() string {
1022 return e.err.Error() + "\n" + string(e.buf)
1023}
1024
1025func withTrace(err error) error {
1026 if err == nil {

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.65

Tested by

no test coverage detected