Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ LogAction
Method
LogAction
lib/macro/macro-action.cpp:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
void MacroAction::LogAction() const
24
{
25
ablog(LOG_INFO,
"performed action %s"
, GetId().c_str());
26
}
27
28
void MacroAction::ResolveVariablesToFixedValues() {}
29
Callers
2
RunActionsHelper
Method · 0.45
RunActions
Method · 0.45
Calls
1
c_str
Method · 0.45
Tested by
no test coverage detected