Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
204
View *AreaIndex::viewAt(int position) const
205
{
206
Q_D(const AreaIndex);
207
208
return d->views.value(position, nullptr);
209
}
210
211
int AreaIndex::viewCount() const
212
{
Callers
1
testDeclarationDefinitionOrder
Method · 0.80
Calls
1
value
Method · 0.45
Tested by
1
testDeclarationDefinitionOrder
Method · 0.64