MCPcopy 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
456void Area::clearViews(bool silent)
457{
458 const auto views = this->views();
459 for (Sublime::View* view : views) {
460 closeView(view, silent);
461 }
462}
463
464void Area::clearDocuments()
465{

Callers 1

changedWorkingSetMethod · 0.80

Calls 1

viewsMethod · 0.95

Tested by

no test coverage detected