Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/creatale/node-dv
/ sigaction
Class
sigaction
deps/tesseract/api/baseapi.cpp:182–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
void TessBaseAPI::CatchSignals() {
181
#ifdef __linux__
182
struct sigaction action;
183
memset(&action, 0, sizeof(action));
184
action.sa_handler = &signal_exit;
185
action.sa_flags = SA_RESETHAND;
Callers
1
CatchSignals
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected