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

Method IsLastItem

lib/macro/macro-tree.cpp:742–745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

740}
741
742bool MacroTreeModel::IsLastItem(std::shared_ptr<Macro> item) const
743{
744 return GetItemModelIndex(item) + 1 == (int)_macros.size();
745}
746
747bool MacroTreeModel::IsInValidState()
748{

Callers 1

DownMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected