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

Method EventExists

pkg/config/eventsource.go:201–203  ·  view source on GitHub ↗

EventExists determines if the provided event ID exists in the internal event catalog by checking the event ID bitmask.

(id uint)

Source from the content-addressed store, hash-verified

199// in the internal event catalog by checking the event ID
200// bitmask.
201func (c *EventSourceConfig) EventExists(id uint) bool {
202 return c.allMasks.IsSet(id)
203}
204
205// ExcludeImage determines whether the process generating event is present in the
206// list of excluded images. If the hit occurs, the event associated with the process

Callers 1

ProcessEventMethod · 0.80

Calls 1

IsSetMethod · 0.80

Tested by

no test coverage detected