Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/looplab/fsm
/ Unwrap
Method
Unwrap
errors.go:109–111 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
107
}
108
109
func
(e AsyncError) Unwrap() error {
110
return
e.Err
111
}
112
113
// InternalError is returned by FSM.Event() and should never occur. It is a
114
// probably because of a bug.
Callers
1
TestAsyncError
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestAsyncError
Function · 0.76