MCPcopy Create free account
hub / github.com/KDE/kdevelop / visit

Method visit

kdevplatform/project/projectmodel.cpp:1108–1114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1106}
1107
1108void ProjectVisitor::visit( ProjectModel* model )
1109{
1110 const auto topItems = model->topItems();
1111 for (ProjectBaseItem* item : topItems) {
1112 visit( item->project() );
1113 }
1114}
1115
1116void ProjectVisitor::visit ( IProject* prj )
1117{

Callers

nothing calls this directly

Calls 8

topItemsMethod · 0.80
targetListMethod · 0.80
folderListMethod · 0.80
visitFunction · 0.50
projectMethod · 0.45
projectItemMethod · 0.45
fileListMethod · 0.45
typeMethod · 0.45

Tested by

no test coverage detected