Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
279
void cmProcess::OnTimeoutCB(uv_timer_t* timer)
280
{
281
auto* self = static_cast<cmProcess*>(timer->data);
282
self->OnTimeout();
283
}
284
285
void cmProcess::OnTimeout()
286
{
Callers
nothing calls this directly
Calls
1
OnTimeout
Method · 0.95
Tested by
no test coverage detected