Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ sigaction
Class
sigaction
util/system/shellcommand.cpp:647–647 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
645
646
// reset signal handlers from parent
647
struct sigaction sa;
648
sa.sa_handler = SIG_DFL;
649
sa.sa_flags = 0;
650
SigEmptySet(&sa.sa_mask);
Callers
1
OnFork
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected