Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ sigaction
Class
sigaction
src/cli/hook_augment.c:56–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
55
static void ha_arm_deadline(void) {
56
struct sigaction sa;
57
memset(&sa, 0, sizeof(sa));
58
sa.sa_handler = ha_deadline_exit;
59
sigaction(SIGALRM, &sa, NULL);
Callers
1
ha_arm_deadline
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected