MCPcopy Create free account
hub / github.com/KDE/kdevelop / rowCount

Method rowCount

kdevplatform/debugger/breakpoint/breakpointmodel.cpp:507–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505}
506
507int KDevelop::BreakpointModel::rowCount(const QModelIndex& parent) const
508{
509 Q_D(const BreakpointModel);
510
511 if (!parent.isValid()) {
512 return d->breakpoints.count();
513 }
514 return 0;
515}
516
517int KDevelop::BreakpointModel::columnCount(const QModelIndex& parent) const
518{

Callers 5

showEventMethod · 0.45

Calls 2

isValidMethod · 0.45
countMethod · 0.45

Tested by

no test coverage detected