Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ start
Method
start
Source/cmUVHandlePtr.cxx:206–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
204
}
205
206
int uv_signal_ptr::start(uv_signal_cb cb, int signum)
207
{
208
assert(this->handle);
209
return uv_signal_start(*this, cb, signum);
210
}
211
212
void uv_signal_ptr::stop()
213
{
Callers
nothing calls this directly
Calls
3
uv_timer_start
Function · 0.85
uv_update_time
Enum · 0.70
uv_signal_start
Function · 0.50
Tested by
no test coverage detected