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

Function includesForProject

plugins/cppcheck/parameters.cpp:73–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73QList<KDevelop::Path> includesForProject(KDevelop::IProject* project)
74{
75 QSet<KDevelop::Path> includesSet;
76 includesForItem(project->projectItem(), includesSet);
77
78 return includesSet.values();
79}
80
81Parameters::Parameters(KDevelop::IProject* project)
82 : m_project(project)

Callers 1

ParametersMethod · 0.85

Calls 2

includesForItemFunction · 0.85
projectItemMethod · 0.45

Tested by

no test coverage detected