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

Method viewCount

kdevplatform/sublime/areaindex.cpp:211–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211int AreaIndex::viewCount() const
212{
213 Q_D(const AreaIndex);
214
215 return d->views.count();
216}
217
218bool AreaIndex::hasView(View *view) const
219{

Calls 1

countMethod · 0.45