Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ raise_sigint
Method
raise_sigint
include/covscript/core/core.hpp:166–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
164
}
165
166
inline void raise_sigint()
167
{
168
is_sigint_raised = true;
169
}
170
171
// Exception Handling
172
std::exception_ptr eptr = nullptr;
Callers
4
ctrlhandler
Function · 0.80
signal_handler
Function · 0.80
ctrlhandler
Function · 0.80
signal_handler
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected