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

Method OnTimeoutCB

Source/CTest/cmProcess.cxx:279–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279void cmProcess::OnTimeoutCB(uv_timer_t* timer)
280{
281 auto* self = static_cast<cmProcess*>(timer->data);
282 self->OnTimeout();
283}
284
285void cmProcess::OnTimeout()
286{

Callers

nothing calls this directly

Calls 1

OnTimeoutMethod · 0.95

Tested by

no test coverage detected