MCPcopy Create free account
hub / github.com/SpartanJ/eepp / rowCount

Method rowCount

src/tools/ecode/plugins/pluginmanager.cpp:366–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366size_t PluginsModel::rowCount( const ModelIndex& ) const {
367 return mManager->getDefinitions().size();
368}
369
370std::string PluginsModel::columnName( const size_t& col ) const {
371 eeASSERT( col < mColumnNames.size() );

Callers 2

processMessageMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected