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

Method IsState

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

IsState indicates if this event is only used for state management.

()

Source from the content-addressed store, hash-verified

242
243// IsState indicates if this event is only used for state management.
244func (e *Event) IsState() bool { return e.Type.OnlyState() }
245
246// IsCreateDisposition determines if the file disposition leads to creating a new file.
247func (e *Event) IsCreateDisposition() bool {

Callers 2

IsDroppedMethod · 0.95
ProcessEventMethod · 0.80

Calls 1

OnlyStateMethod · 0.80

Tested by

no test coverage detected