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

Method start

include/tinyfsm.hpp:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 }
118
119 static void start() {
120 set_initial_state();
121 enter();
122 }
123
124 template<typename E>
125 static void dispatch(E const & event) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected