Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/looplab/fsm
/ Error
Method
Error
errors.go:37–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
}
36
37
func
(e UnknownEventError) Error() string {
38
return
"event "
+ e.Event +
" does not exist"
39
}
40
41
// InTransitionError is returned by FSM.Event() when an asynchronous transition
42
// is already in progress.
Callers
1
TestUnknownEventError
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestUnknownEventError
Function · 0.76