Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
98
Solution::PropertyGroup* Solution::GetPropertyGroup(cm::string_view name)
99
{
100
return GetEntry(this->PropertyGroupMap, name);
101
}
102
103
namespace {
104
struct OrderByName
Callers
1
CreateSolution
Method · 0.80
Calls
1
GetEntry
Function · 0.85
Tested by
no test coverage detected