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

Method CheckRuleHashes

Source/cmGlobalGenerator.cxx:3736–3742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3734}
3735
3736void cmGlobalGenerator::CheckRuleHashes()
3737{
3738 std::string home = this->GetCMakeInstance()->GetHomeOutputDirectory();
3739 std::string pfile = cmStrCat(home, "/CMakeFiles/CMakeRuleHashes.txt");
3740 this->CheckRuleHashes(pfile, home);
3741 this->WriteRuleHashes(pfile);
3742}
3743
3744void cmGlobalGenerator::CheckRuleHashes(std::string const& pfile,
3745 std::string const& home)

Callers 1

GenerateMethod · 0.95

Calls 9

GetCMakeInstanceMethod · 0.95
WriteRuleHashesMethod · 0.95
c_strMethod · 0.80
cmStrCatFunction · 0.70
FileExistsFunction · 0.50
sizeMethod · 0.45
substrMethod · 0.45
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected