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

Method getVSConfigs

lib/importproject.cpp:1690–1693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1688}
1689
1690std::list<std::string> ImportProject::getVSConfigs()
1691{
1692 return std::list<std::string>(mAllVSConfigs.cbegin(), mAllVSConfigs.cend());
1693}
1694
1695void ImportProject::setRelativePaths(const std::string &filename)
1696{

Callers 1

getProjectConfigsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected