Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LeFroid/Viper-Browser
/ rowCount
Method
rowCount
src/core/user_scripts/UserScriptModel.cpp:96–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
int UserScriptModel::rowCount(const QModelIndex &/*parent*/) const
97
{
98
return static_cast<int>(m_scripts.size());
99
}
100
101
int UserScriptModel::columnCount(const QModelIndex &/*parent*/) const
102
{
Callers
1
createScript
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected