MCPcopy 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
88Solution::Folder* Solution::GetFolder(cm::string_view name)
89{
90 return GetEntry(this->FolderMap, name);
91}
92
93Solution::Project* Solution::GetProject(cm::string_view name)
94{

Callers 1

CreateSolutionFolderMethod · 0.80

Calls 1

GetEntryFunction · 0.85

Tested by

no test coverage detected