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

Function statistics

kdevplatform/language/util/basicsetrepository.h:298–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers 1

printStatisticsMethod · 0.85

Calls 1

statisticsMethod · 0.80

Tested by

no test coverage detected