Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/llama.cpp-deepseek-v4-flash
/ sigaction
Class
sigaction
tools/cli/cli.cpp:376–376 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
374
375
#if defined (__unix__) || (defined (__APPLE__) && defined (__MACH__))
376
struct sigaction sigint_action;
377
sigint_action.sa_handler = signal_handler;
378
sigemptyset (&sigint_action.sa_mask);
379
sigint_action.sa_flags = 0;
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected