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

Method GetCostDataFile

Source/cmCTest.cxx:289–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289std::string cmCTest::GetCostDataFile()
290{
291 std::string fname = this->GetCTestConfiguration("CostDataFile");
292 if (fname.empty()) {
293 fname = this->GetBinaryDir() + "/Testing/Temporary/CTestCostData.txt";
294 }
295 return fname;
296}
297
298std::string cmCTest::DecodeURL(std::string const& in)
299{

Callers 2

UpdateCostDataMethod · 0.80
ReadCostDataMethod · 0.80

Calls 3

GetCTestConfigurationMethod · 0.95
GetBinaryDirMethod · 0.95
emptyMethod · 0.45

Tested by

no test coverage detected