MCPcopy Index your code
hub / github.com/dropbox/godropbox / GetStack

Method GetStack

errors/errors.go:47–47  ·  view source on GitHub ↗

Returns string representation of stack frames. Stack frame formatting looks generally something like this: dropbox/legacy_rpc.(*clientV4).Do srv/server/go/src/dropbox/legacy_rpc/client.go:87 +0xbf9 dropbox/exclog.Report srv/server/go/src/dropbox/exclog/client.go:129 +0x9e5 main.main home/cdo/tmp/rep

()

Source from the content-addressed store, hash-verified

45 // It is discouraged to parse stack frames using string parsing since it can change at any time.
46 // Use StackFrames() function instead to get actual stack frame metadata.
47 GetStack() string
48}
49
50// Standard struct for general types of errors.

Callers 2

extractFullErrorMessageFunction · 0.95
TestStackTraceFunction · 0.65

Implementers 1

baseErrorerrors/errors.go

Calls

no outgoing calls

Tested by 1

TestStackTraceFunction · 0.52