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

Method GetFileSet

Source/cmTarget.cxx:3138–3142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3136}
3137
3138cmFileSet const* cmTarget::GetFileSet(std::string const& name) const
3139{
3140 auto it = this->impl->FileSets.find(name);
3141 return it == this->impl->FileSets.end() ? nullptr : &it->second;
3142}
3143
3144cmFileSet* cmTarget::GetFileSet(std::string const& name)
3145{

Callers 15

CreateIfAnyMethod · 0.45
AddFileSetEntriesFunction · 0.45
WriteTargetBuildRulesMethod · 0.45
HandleTargetsModeFunction · 0.45
HandleFileSetModeFunction · 0.45
AddDirectoryToFileSetMethod · 0.45
AddPathToFileSetMethod · 0.45
GetFileSetDirectoriesMethod · 0.45
GetFileSetPathsMethod · 0.45
GetFileSetFunction · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected