MCPcopy Index your code
hub / github.com/divan/gotrace / EventSource

Interface EventSource

events.go:17–19  ·  view source on GitHub ↗

EventSource defines anything that can return tracing events.

Source from the content-addressed store, hash-verified

15// EventSource defines anything that can
16// return tracing events.
17type EventSource interface {
18 Events() ([]*trace.Event, error)
19}
20
21// TraceSource implements EventSource for
22// pre-made trace file

Callers 1

mainFunction · 0.95

Implementers 3

TraceSourceevents.go
NativeRunevents.go
RawSourceevents.go

Calls

no outgoing calls

Tested by

no test coverage detected