Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benkuper/Chataigne
/ handleLoadActivation
Method
handleLoadActivation
Source/StateMachine/State/State.cpp:57–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
56
57
void State::handleLoadActivation()
58
{
59
if (isClearing) return;
60
if (!active->boolValue() || !enabled->boolValue()) return;
61
handleActiveChanged();
62
}
63
64
void State::handleActiveChanged()
65
{
Callers
1
endLoadFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected