MCPcopy Create free account
hub / github.com/apache/arrow / _arrow_SetEnableSignalStopSource

Function _arrow_SetEnableSignalStopSource

r/src/arrowExports.cpp:5124–5129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5122// safe-call-into-r-impl.cpp
5123bool SetEnableSignalStopSource(bool enabled);
5124extern "C" SEXP _arrow_SetEnableSignalStopSource(SEXP enabled_sexp){
5125BEGIN_CPP11
5126 arrow::r::Input<bool>::type enabled(enabled_sexp);
5127 return cpp11::as_sexp(SetEnableSignalStopSource(enabled));
5128END_CPP11
5129}
5130// safe-call-into-r-impl.cpp
5131bool CanRunWithCapturedR();
5132extern "C" SEXP _arrow_CanRunWithCapturedR(){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected