Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WaykiChain/WaykiChain
/ sigaction
Class
sigaction
src/init.cpp:455–455 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
453
454
// Clean shutdown on SIGTERM
455
struct sigaction sa;
456
sa.sa_handler = HandleSIGTERM;
457
sigemptyset(&sa.sa_mask);
458
sa.sa_flags = 0;
Callers
1
AppInit
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected