MCPcopy 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
61AreaIndex::AreaIndex()
62 : d_ptr(new AreaIndexPrivate)
63{
64}
65
66AreaIndex::AreaIndex(AreaIndex *parent)
67 : d_ptr(new AreaIndexPrivate)

Callers

nothing calls this directly

Calls 5

setParentMethod · 0.45
clearMethod · 0.45
viewsMethod · 0.45
createViewMethod · 0.45
documentMethod · 0.45

Tested by

no test coverage detected