| 296 | |
| 297 | void printStatistics() const; |
| 298 | KDevelop::ItemRepositoryStatistics statistics() const |
| 299 | { |
| 300 | return m_dataRepository.statistics(); |
| 301 | } |
| 302 | |
| 303 | ///Is called when this index is not part of any set any more |
| 304 | virtual void itemRemovedFromSets(uint index); |
no test coverage detected