MCPcopy Create free account
hub / github.com/KDE/kdevelop / operator()

Method operator()

kdevplatform/sublime/tests/test_areaoperation.cpp:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104struct ViewCounter {
105 ViewCounter() {}
106 Area::WalkerMode operator()(AreaIndex *index)
107 {
108 count += index->views().count();
109 return Area::ContinueWalker;
110 }
111 int count = 0;
112};
113

Callers

nothing calls this directly

Calls 2

countMethod · 0.45
viewsMethod · 0.45

Tested by

no test coverage detected