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

Method isInitialState

pkg/rules/sequence.go:296–298  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

294}
295
296func (s *sequenceState) isInitialState() bool {
297 return s.currentState() == s.initialState
298}
299
300func (s *sequenceState) currentState() fsm.State {
301 return s.fsm.MustState()

Callers 1

TestSequenceStateFunction · 0.80

Calls 1

currentStateMethod · 0.95

Tested by 1

TestSequenceStateFunction · 0.64