Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ GetFolder
Method
GetFolder
Source/cmVSSolution.cxx:88–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
Solution::Folder* Solution::GetFolder(cm::string_view name)
89
{
90
return GetEntry(this->FolderMap, name);
91
}
92
93
Solution::Project* Solution::GetProject(cm::string_view name)
94
{
Callers
1
CreateSolutionFolder
Method · 0.80
Calls
1
GetEntry
Function · 0.85
Tested by
no test coverage detected