MCPcopy
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
109func (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

TestAsyncErrorFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestAsyncErrorFunction · 0.76