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

Function signal_handler

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

Source from the content-addressed store, hash-verified

100}
101
102static void signal_handler(int sig) {
103 (void)sig;
104 request_shutdown();
105}
106
107/* ── Parent-process watchdog ────────────────────────────────────── */
108/* parent-death watchdog — distilled from #407 (fixes #406, thanks @nvt-pankajsharma).

Callers

nothing calls this directly

Calls 1

request_shutdownFunction · 0.85

Tested by

no test coverage detected