Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ HandleSIGTERM
Function
HandleSIGTERM
src/init.cpp:342–345 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
340
*/
341
#ifndef WIN32
342
static void HandleSIGTERM(int)
343
{
344
StartShutdown();
345
}
346
347
static void HandleSIGHUP(int)
348
{
Callers
nothing calls this directly
Calls
1
StartShutdown
Function · 0.85
Tested by
no test coverage detected