MCPcopy 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
96int UserScriptModel::rowCount(const QModelIndex &/*parent*/) const
97{
98 return static_cast<int>(m_scripts.size());
99}
100
101int UserScriptModel::columnCount(const QModelIndex &/*parent*/) const
102{

Callers 1

createScriptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected