Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ uv__timer_close
Function
uv__timer_close
Utilities/cmlibuv/src/timer.c:183–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
182
183
void uv__timer_close(uv_timer_t* handle) {
184
uv_timer_stop(handle);
185
}
Callers
2
uv_close
Function · 0.85
uv__process_endgames
Function · 0.85
Calls
1
uv_timer_stop
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…