MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / sigaction

Class sigaction

src/main.c:601–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599 signal(SIGINT, signal_handler);
600#else
601 struct sigaction sa = {0};
602 sa.sa_handler = signal_handler;
603 sigemptyset(&sa.sa_mask);
604 sa.sa_flags = 0;

Callers 1

setup_signal_handlersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected