Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codestation/qcma
/ sigaction
Class
sigaction
cli/main_cli.cpp:62–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
static bool setup_handlers()
61
{
62
struct sigaction hup, term;
63
64
memset(&hup, 0, sizeof(hup));
65
memset(&term, 0, sizeof(term));
Callers
1
setup_handlers
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected