Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ clearViews
Method
clearViews
kdevplatform/sublime/area.cpp:456–462 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
454
}
455
456
void Area::clearViews(bool silent)
457
{
458
const auto views = this->views();
459
for (Sublime::View* view : views) {
460
closeView(view, silent);
461
}
462
}
463
464
void Area::clearDocuments()
465
{
Callers
1
changedWorkingSet
Method · 0.80
Calls
1
views
Method · 0.95
Tested by
no test coverage detected