Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rabbitstack/fibratus
/ expireTransition
Method
expireTransition
pkg/rules/sequence.go:281–283 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
279
}
280
281
func
(s *sequenceState) expireTransition() error {
282
return
s.fsm.Fire(expireTransition)
283
}
284
285
func
(s *sequenceState) isTerminalState() bool {
286
isFinal := s.currentState() == sequenceTerminalState
Callers
1
expire
Method · 0.95
Calls
1
Fire
Method · 0.80
Tested by
no test coverage detected