MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / getExcludedPaths

Method getExcludedPaths

gui/projectfiledialog.cpp:755–758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

753}
754
755QStringList ProjectFileDialog::getExcludedPaths() const
756{
757 return getPaths(mUI->mListExcludedPaths);
758}
759
760QStringList ProjectFileDialog::getLibraries() const
761{

Callers 7

loadFromProjectFileMethod · 0.45
doAnalyzeProjectMethod · 0.45
doAnalyzeFilesMethod · 0.45
reAnalyzeSelectedMethod · 0.45
loadSimpleMethod · 0.45
loadSimpleWithIgnoreMethod · 0.45
loadSimpleNorootMethod · 0.45

Calls 1

getPathsFunction · 0.85

Tested by 3

loadSimpleMethod · 0.36
loadSimpleWithIgnoreMethod · 0.36
loadSimpleNorootMethod · 0.36