Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/digint/tinyfsm
/ react
Method
react
examples/api/debugging_switch.cpp:55–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
54
struct Off : Switch {
55
void react(Toggle const &) override { transit<On>(); };
56
};
57
58
FSM_INITIAL_STATE(Switch, Off)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected