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

Method StackAddrs

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

Returns stack addresses as a string that can be supplied to a helper tool to get the actual stack trace. This function doesn't result in resolving full stack frames thus is a lot more efficient.

()

Source from the content-addressed store, hash-verified

30 // a helper tool to get the actual stack trace. This function doesn't result
31 // in resolving full stack frames thus is a lot more efficient.
32 StackAddrs() string
33
34 // Returns stack frames.
35 StackFrames() []runtime.Frame

Callers 1

TestStackAddrsFunction · 0.65

Implementers 1

baseErrorerrors/errors.go

Calls

no outgoing calls

Tested by 1

TestStackAddrsFunction · 0.52