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

Method GetInternalDepfile

Source/cmCustomCommandGenerator.cxx:470–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468}
469
470std::string cmCustomCommandGenerator::GetInternalDepfile() const
471{
472 std::string depfile = this->GetFullDepfile();
473 if (depfile.empty()) {
474 return "";
475 }
476
477 if (this->ComputeInternalDepfile) {
478 return this->ComputeInternalDepfile(this->OutputConfig, depfile);
479 }
480 return this->GetInternalDepfileName(this->OutputConfig, depfile);
481}
482
483cm::optional<std::string> cmCustomCommandGenerator::GetComment() const
484{

Calls 3

GetFullDepfileMethod · 0.95
emptyMethod · 0.45

Tested by

no test coverage detected