Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dail8859/NotepadNext
/ rowCount
Method
rowCount
src/MacroStepTableModel.cpp:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
int MacroStepTableModel::rowCount(const QModelIndex &parent) const
44
{
45
return parent.isValid() ? 0 : macro->getSteps().size();
46
}
47
48
int MacroStepTableModel::columnCount(const QModelIndex &parent) const
49
{
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected