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

Method rowCount

ui/attachprocess.h:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 virtual QModelIndex index(int row, int col, const QModelIndex& parent = QModelIndex()) const override;
68
69 virtual int rowCount(const QModelIndex& parent = QModelIndex()) const override
70 {
71 (void)parent;
72 return (int)m_items.size();
73 }
74 virtual int columnCount(const QModelIndex& parent = QModelIndex()) const override
75 {
76 (void)parent;

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected