Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rabbitstack/fibratus
/ currentState
Method
currentState
pkg/rules/sequence.go:300–302 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
298
}
299
300
func
(s *sequenceState) currentState() fsm.State {
301
return
s.fsm.MustState()
302
}
303
304
func
(s *sequenceState) expr(state fsm.State) string {
305
seqID, ok := state.(int)
Callers
7
initFSM
Method · 0.95
isTerminalState
Method · 0.95
isInitialState
Method · 0.95
runSequence
Method · 0.95
TestSequenceState
Function · 0.80
TestSimpleSequenceDeadline
Function · 0.80
TestComplexSequence
Function · 0.80
Calls
no outgoing calls
Tested by
3
TestSequenceState
Function · 0.64
TestSimpleSequenceDeadline
Function · 0.64
TestComplexSequence
Function · 0.64