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

Class file_not_persistent

Source/cmMakefile.cxx:970–977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

968
969namespace {
970struct file_not_persistent
971{
972 bool operator()(std::string const& path) const
973 {
974 return !(path.find("CMakeTmp") == std::string::npos &&
975 cmSystemTools::FileExists(path));
976 }
977};
978}
979
980void cmMakefile::AddGeneratorAction(GeneratorAction&& action)

Callers 1

DoGenerateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…