Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
742
bool MacroTreeModel::IsLastItem(std::shared_ptr<Macro> item) const
743
{
744
return GetItemModelIndex(item) + 1 == (int)_macros.size();
745
}
746
747
bool MacroTreeModel::IsInValidState()
748
{
Callers
1
Down
Method · 0.80
Calls
1
size
Method · 0.80
Tested by
no test coverage detected