MCPcopy Create free account
hub / github.com/digint/tinyfsm / dispatch

Method dispatch

include/tinyfsm.hpp:125–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123
124 template<typename E>
125 static void dispatch(E const & event) {
126 current_state_ptr->react(event);
127 }
128
129
130 /// state transition functions

Callers

nothing calls this directly

Calls 1

reactMethod · 0.45

Tested by

no test coverage detected