Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cockroachdb/errors
/ StackTrace
Method
StackTrace
errbase/format_error.go:989–989 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
987
// This is, intendedly, defined to be implemented by pkg/errors.stack.
988
type
StackTraceProvider
interface
{
989
StackTrace() StackTrace
990
}
Callers
8
formatRecursive
Method · 0.65
TestSimplifyStacks
Function · 0.65
encodePkgFundamental
Function · 0.65
encodePkgWithStack
Function · 0.65
getDetails
Function · 0.65
GetReportableStackTrace
Function · 0.65
SafeDetails
Method · 0.65
GetOneLineSource
Function · 0.65
Calls
no outgoing calls
Tested by
1
TestSimplifyStacks
Function · 0.52