MCPcopy Index your code
hub / github.com/pkg/errors / Frame

TypeAlias Frame

stack.go:15–15  ·  view source on GitHub ↗

Frame represents a program counter inside a stack frame. For historical reasons if Frame is interpreted as a uintptr its value represents the program counter + 1.

Source from the content-addressed store, hash-verified

13// For historical reasons if Frame is interpreted as a uintptr
14// its value represents the program counter + 1.
15type Frame uintptr
16
17// pc returns the program counter for this frame;
18// multiple frames may have the same PC value.

Callers 3

callerFunction · 0.85
FormatMethod · 0.85
StackTraceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected