Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
296
func
(s *sequenceState) isInitialState() bool {
297
return
s.currentState() == s.initialState
298
}
299
300
func
(s *sequenceState) currentState() fsm.State {
301
return
s.fsm.MustState()
Callers
1
TestSequenceState
Function · 0.80
Calls
1
currentState
Method · 0.95
Tested by
1
TestSequenceState
Function · 0.64