Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ AreaIndex
Method
AreaIndex
kdevplatform/sublime/areaindex.cpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
// class AreaIndex
60
61
AreaIndex::AreaIndex()
62
: d_ptr(new AreaIndexPrivate)
63
{
64
}
65
66
AreaIndex::AreaIndex(AreaIndex *parent)
67
: d_ptr(new AreaIndexPrivate)
Callers
nothing calls this directly
Calls
5
setParent
Method · 0.45
clear
Method · 0.45
views
Method · 0.45
createView
Method · 0.45
document
Method · 0.45
Tested by
no test coverage detected