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

Function allFiles

kdevplatform/project/projectutils.cpp:49–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49QList<ProjectFileItem*> allFiles(const ProjectBaseItem* projectItem)
50{
51 QList<ProjectFileItem*> files;
52 forEachFile(projectItem, [&files](ProjectFileItem *fileItem) {
53 files.append(fileItem);
54 });
55 return files;
56}
57
58}

Callers

nothing calls this directly

Calls 2

forEachFileFunction · 0.85
appendMethod · 0.45

Tested by

no test coverage detected