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

Method Errors

internal/etw/source.go:337–339  ·  view source on GitHub ↗

Errors returns the channel where errors are published.

()

Source from the content-addressed store, hash-verified

335
336// Errors returns the channel where errors are published.
337func (e *EventSource) Errors() <-chan error {
338 return e.errs
339}
340
341// Events returns the buffered event channel.
342func (e *EventSource) Events() <-chan *event.Event {

Callers 4

TestEventSourceAllEventsFunction · 0.95
testCallstackEnrichmentFunction · 0.95
TestEvasionScannerFunction · 0.95

Implementers 2

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

Calls

no outgoing calls

Tested by 4

TestEventSourceAllEventsFunction · 0.76
testCallstackEnrichmentFunction · 0.76
TestEvasionScannerFunction · 0.76