MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / checkInterruptFn

Function checkInterruptFn

inst/include/Rcpp/Interrupt.h:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 namespace {
51
52 inline void checkInterruptFn(void* /*dummy*/) {
53 R_CheckUserInterrupt();
54 }
55
56 } // anonymous namespace
57

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected