Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
struct 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
count
Method · 0.45
views
Method · 0.45
Tested by
no test coverage detected