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

Method getCheckPaths

gui/projectfiledialog.cpp:750–753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

748}
749
750QStringList ProjectFileDialog::getCheckPaths() const
751{
752 return getPaths(mUI->mListCheckPaths);
753}
754
755QStringList ProjectFileDialog::getExcludedPaths() const
756{

Callers 6

loadFromProjectFileMethod · 0.45
analyzeProjectMethod · 0.45
setProjectMethod · 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