Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ poll_event
Method
poll_event
include/covscript/core/core.hpp:158–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
event_type on_process_sigint;
157
158
inline void poll_event()
159
{
160
if (is_sigint_raised) {
161
is_sigint_raised = false;
162
on_process_sigint.touch(nullptr);
163
}
164
}
165
166
inline void raise_sigint()
167
{
Callers
10
covscript_main
Function · 0.80
covscript_debugger
Function · 0.80
call_rr
Method · 0.80
call_vv
Method · 0.80
call_rl
Method · 0.80
call_el
Method · 0.80
run_impl
Method · 0.80
foreach_helper
Function · 0.80
run
Method · 0.80
repl_run
Method · 0.80
Calls
1
touch
Method · 0.80
Tested by
no test coverage detected