MCPcopy Create free account
hub / github.com/Kitware/CMake / GetProject

Method GetProject

Source/cmVSSolution.cxx:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93Solution::Project* Solution::GetProject(cm::string_view name)
94{
95 return GetEntry(this->ProjectMap, name);
96}
97
98Solution::PropertyGroup* Solution::GetPropertyGroup(cm::string_view name)
99{

Callers 1

CreateSolutionMethod · 0.80

Calls 1

GetEntryFunction · 0.85

Tested by

no test coverage detected