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

Method IsRundown

pkg/event/event_windows.go:171–174  ·  view source on GitHub ↗

IsRundown determines if this is a rundown events.

()

Source from the content-addressed store, hash-verified

169
170// IsRundown determines if this is a rundown events.
171func (e *Event) IsRundown() bool {
172 return e.Type == ProcessRundown || e.Type == ThreadRundown || e.Type == ModuleRundown ||
173 e.Type == FileRundown || e.Type == RegKCBRundown
174}
175
176// IsSuccess checks if the event contains the status parameter
177// and in such case, returns true if the operation completed

Callers 2

IsDroppedMethod · 0.95

Calls

no outgoing calls

Tested by 1