Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JChristensen/JC_Button
/ toggleState
Method
toggleState
src/JC_Button.h:106–106 ·
view source on GitHub ↗
return the current state
Source
from the content-addressed store, hash-verified
104
105
// return the current state
106
bool toggleState() const {return m_toggleState;}
107
108
private:
109
bool m_toggleState;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected