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

Method GetItemModelIndex

lib/macro/macro-tree.cpp:737–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

735}
736
737int MacroTreeModel::GetItemModelIndex(const std::shared_ptr<Macro> &item) const
738{
739 return MacroIndexToModelIndex(GetItemMacroIndex(item), _macros);
740}
741
742bool MacroTreeModel::IsLastItem(std::shared_ptr<Macro> item) const
743{

Callers

nothing calls this directly

Calls 1

MacroIndexToModelIndexFunction · 0.85

Tested by

no test coverage detected