MCPcopy Create free account
hub / github.com/divan/gotrace / Frame

Struct Frame

trace/parser.go:45–50  ·  view source on GitHub ↗

Frame is a frame in stack traces.

Source from the content-addressed store, hash-verified

43
44// Frame is a frame in stack traces.
45type Frame struct {
46 PC uint64
47 Fn string
48 File string
49 Line int
50}
51
52const (
53 // Special P identifiers:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected