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

Class sigaction

src/cli/hook_augment.c:140–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 ha_open_crumb_log(ms);
139
140 struct sigaction sa;
141 memset(&sa, 0, sizeof(sa));
142 sa.sa_handler = ha_deadline_exit;
143 sigaction(SIGALRM, &sa, NULL);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected