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

Function _arrow_SetEnableSignalStopSource

r/src/arrowExports.cpp:5167–5172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5165// safe-call-into-r-impl.cpp
5166bool SetEnableSignalStopSource(bool enabled);
5167extern "C" SEXP _arrow_SetEnableSignalStopSource(SEXP enabled_sexp){
5168BEGIN_CPP11
5169 arrow::r::Input<bool>::type enabled(enabled_sexp);
5170 return cpp11::as_sexp(SetEnableSignalStopSource(enabled));
5171END_CPP11
5172}
5173// safe-call-into-r-impl.cpp
5174bool CanRunWithCapturedR();
5175extern "C" SEXP _arrow_CanRunWithCapturedR(){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected