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

Method GetSafeGlobalSetting

Source/cmGlobalGenerator.cxx:1250–1255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1248}
1249
1250std::string cmGlobalGenerator::GetSafeGlobalSetting(
1251 std::string const& name) const
1252{
1253 assert(!this->Makefiles.empty());
1254 return this->Makefiles[0]->GetDefinition(name);
1255}
1256
1257bool cmGlobalGenerator::IgnoreFile(cm::string_view ext) const
1258{

Callers 5

GenerateMethod · 0.80
cmGraphVizWriterMethod · 0.80
ProcessEnvironmentMethod · 0.80
WriteSettingsMethod · 0.80
WriteIDEProjectsMethod · 0.80

Calls 2

emptyMethod · 0.45
GetDefinitionMethod · 0.45

Tested by

no test coverage detected