MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / sigaction

Class sigaction

tools/server/server.cpp:302–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300 // TODO: refactor in common/console
301#if defined (__unix__) || (defined (__APPLE__) && defined (__MACH__))
302 struct sigaction sigint_action;
303 sigint_action.sa_handler = signal_handler;
304 sigemptyset (&sigint_action.sa_mask);
305 sigint_action.sa_flags = 0;

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected