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