MCPcopy 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_mainFunction · 0.80
covscript_debuggerFunction · 0.80
call_rrMethod · 0.80
call_vvMethod · 0.80
call_rlMethod · 0.80
call_elMethod · 0.80
run_implMethod · 0.80
foreach_helperFunction · 0.80
runMethod · 0.80
repl_runMethod · 0.80

Calls 1

touchMethod · 0.80

Tested by

no test coverage detected