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

Method Events

internal/bootstrap/source.go:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62}
63
64func (s *EventSourceControl) Events() <-chan *event.Event {
65 return s.evs.Events()
66}
67
68func (s *EventSourceControl) SetFilter(f filter.Filter) {
69 s.evs.SetFilter(f)

Callers

nothing calls this directly

Calls 1

EventsMethod · 0.65

Tested by

no test coverage detected