Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ sigaction
Class
sigaction
src/main.c:1115–1115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1113
signal(SIGINT, signal_handler);
1114
#else
1115
struct sigaction sa = {0};
1116
sa.sa_handler = signal_handler;
1117
sigemptyset(&sa.sa_mask);
1118
sa.sa_flags = 0;
Callers
1
setup_signal_handlers
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected