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

Method GroupsExist

lib/macro/macro-tree.cpp:1279–1287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1277}
1278
1279bool MacroTree::GroupsExist() const
1280{
1281 for (const auto &macro : GetTopLevelMacros()) {
1282 if (macro->IsGroup()) {
1283 return true;
1284 }
1285 }
1286 return false;
1287}
1288
1289void MacroTree::ExpandGroup(std::shared_ptr<Macro> item) const
1290{

Callers 1

ShowMacroContextMenuMethod · 0.80

Calls 1

IsGroupMethod · 0.80

Tested by

no test coverage detected