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

Method IgnoreFile

Source/cmGlobalGenerator.cxx:1257–1263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1255}
1256
1257bool cmGlobalGenerator::IgnoreFile(cm::string_view ext) const
1258{
1259 if (!this->GetLanguageFromExtension(ext).empty()) {
1260 return false;
1261 }
1262 return (this->IgnoreExtensions.count(std::string(ext)) > 0);
1263}
1264
1265bool cmGlobalGenerator::GetLanguageEnabled(std::string const& l) const
1266{

Callers 1

CreateXCodeTargetMethod · 0.80

Calls 3

emptyMethod · 0.45
countMethod · 0.45

Tested by

no test coverage detected