Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/looplab/fsm
/ Unwrap
Method
Unwrap
errors.go:72–74 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
}
71
72
func
(e NoTransitionError) Unwrap() error {
73
return
e.Err
74
}
75
76
// CanceledError is returned by FSM.Event() when a callback have canceled a
77
// transition.
Callers
1
TestNoTransitionError
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestNoTransitionError
Function · 0.76