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

Class sigaction

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

Source from the content-addressed store, hash-verified

128 ha_open_crumb_log(ms);
129
130 struct sigaction sa;
131 memset(&sa, 0, sizeof(sa));
132 sa.sa_handler = ha_deadline_exit;
133 sigaction(SIGALRM, &sa, NULL);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected