not going to be called in this example
| 117 | // all state methods: |
| 118 | void entryGuard(GuardControl&) {} // not going to be called in this example |
| 119 | void enter(Control&) {} |
| 120 | void update(FullControl&) {} |
| 121 | template <typename TEvent> |
| 122 | void react(const TEvent&, EventControl&) {} |
nothing calls this directly
no outgoing calls
no test coverage detected