MCPcopy Create free account
hub / github.com/Vector35/debugger / rowCount

Method rowCount

ui/breakpointswidget.h:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 virtual QModelIndex index(int row, int col, const QModelIndex& parent = QModelIndex()) const override;
77
78 virtual int rowCount(const QModelIndex& parent = QModelIndex()) const override
79 {
80 (void)parent;
81 return (int)m_items.size();
82 }
83 virtual int columnCount(const QModelIndex& parent = QModelIndex()) const override
84 {
85 (void)parent;

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected