Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1021
func
(e *errWithStack) Error() string {
1022
return
e.err.Error() +
"\n"
+ string(e.buf)
1023
}
1024
1025
func
withTrace(err error) error {
1026
if
err == nil {
Callers
nothing calls this directly
Calls
1
Error
Method · 0.65
Tested by
no test coverage detected