Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1690
std::list<std::string> ImportProject::getVSConfigs()
1691
{
1692
return std::list<std::string>(mAllVSConfigs.cbegin(), mAllVSConfigs.cend());
1693
}
1694
1695
void ImportProject::setRelativePaths(const std::string &filename)
1696
{
Callers
1
getProjectConfigs
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected