MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / addTrace

Method addTrace

internal/etw/source.go:359–361  ·  view source on GitHub ↗
(trace *Trace)

Source from the content-addressed store, hash-verified

357}
358
359func (e *EventSource) addTrace(trace *Trace) {
360 e.traces = append(e.traces, trace)
361}

Callers 1

OpenMethod · 0.95

Implementers 2

EventSourceinternal/etw/source.go
EventSourceControlinternal/bootstrap/source.go

Calls

no outgoing calls

Tested by

no test coverage detected