Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/looplab/fsm
/ Unwrap
Method
Unwrap
errors.go:89–91 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
}
88
89
func
(e CanceledError) Unwrap() error {
90
return
e.Err
91
}
92
93
// AsyncError is returned by FSM.Event() when a callback have initiated an
94
// asynchronous state transition.
Callers
1
TestCanceledError
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestCanceledError
Function · 0.76