Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
93
Solution::Project* Solution::GetProject(cm::string_view name)
94
{
95
return GetEntry(this->ProjectMap, name);
96
}
97
98
Solution::PropertyGroup* Solution::GetPropertyGroup(cm::string_view name)
99
{
Callers
1
CreateSolution
Method · 0.80
Calls
1
GetEntry
Function · 0.85
Tested by
no test coverage detected