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

Method GetStopTime

Source/cmCTest.cxx:2721–2724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2719}
2720
2721std::chrono::system_clock::time_point cmCTest::GetStopTime() const
2722{
2723 return this->Impl->StopTime;
2724}
2725
2726void cmCTest::SetStopTime(std::string const& time_str)
2727{

Callers 2

CheckStopTimePassedMethod · 0.80
ForkProcessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected