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