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

Method GetPropertyGroup

Source/cmVSSolution.cxx:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98Solution::PropertyGroup* Solution::GetPropertyGroup(cm::string_view name)
99{
100 return GetEntry(this->PropertyGroupMap, name);
101}
102
103namespace {
104struct OrderByName

Callers 1

CreateSolutionMethod · 0.80

Calls 1

GetEntryFunction · 0.85

Tested by

no test coverage detected