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

Method isStateSchedulable

pkg/rules/sequence.go:159–161  ·  view source on GitHub ↗
(state fsm.State)

Source from the content-addressed store, hash-verified

157}
158
159func (s *sequenceState) isStateSchedulable(state fsm.State) bool {
160 return state != s.initialState && state != sequenceTerminalState && state != sequenceExpiredState && state != sequenceDeadlineState
161}
162
163// initFSM initializes the state machine and installs transition callbacks
164// that are triggered when the expression in the sequence matches, it expires

Callers 1

initFSMMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected