Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aldelaro5/dolphin-memory-engine
/ getLastIndex
Method
getLastIndex
Source/GUI/StructEditor/StructDetailModel.cpp:705–708 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
703
}
704
705
QModelIndex StructDetailModel::getLastIndex(int col)
706
{
707
return createIndex(static_cast<int>(m_fields.count()) - 1, col);
708
}
709
710
QModelIndex StructDetailModel::getIndexAt(int row, int col)
711
{
Callers
1
onAddPaddingField
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected