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

Struct rawEvent

trace/parser.go:82–86  ·  view source on GitHub ↗

rawEvent is a helper type used during parsing.

Source from the content-addressed store, hash-verified

80
81// rawEvent is a helper type used during parsing.
82type rawEvent struct {
83 off int
84 typ byte
85 args []uint64
86}
87
88// readTrace does wire-format parsing and verification.
89// It does not care about specific event types and argument meaning.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected