MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / AddElseAction

Function AddElseAction

tests/test-macro.cpp:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73std::shared_ptr<StubAction> AddElseAction(advss::Macro &m)
74{
75 auto action = std::make_shared<StubAction>(&m);
76 m.ElseActions().push_back(action);
77 return action;
78}
79
80} // namespace
81

Callers 1

test-macro.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected