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

Method Events

pkg/event/queue.go:84–84  ·  view source on GitHub ↗

Events returns the channel with all queued events.

()

Source from the content-addressed store, hash-verified

82
83// Events returns the channel with all queued events.
84func (q *Queue) Events() <-chan *Event { return q.q }
85
86// Close closes the queue disposing allocated resources.
87func (q *Queue) Close() { q.decorator.Stop() }

Callers 3

TestQueuePushFunction · 0.95

Calls

no outgoing calls

Tested by 3

TestQueuePushFunction · 0.76