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

TestNoTransitionErrorFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestNoTransitionErrorFunction · 0.76