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

Method viewAt

kdevplatform/sublime/areaindex.cpp:204–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204View *AreaIndex::viewAt(int position) const
205{
206 Q_D(const AreaIndex);
207
208 return d->views.value(position, nullptr);
209}
210
211int AreaIndex::viewCount() const
212{

Callers 1

Calls 1

valueMethod · 0.45

Tested by 1