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

Function StatusUnwindProtect

r/src/arrow_types.h:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92};
93
94static inline Status StatusUnwindProtect(SEXP token, std::string reason = "") {
95 return Status::Invalid("R code execution error (", reason, ")")
96 .WithDetail(std::make_shared<UnwindProtectDetail>(token));
97}
98
99static inline void StopIfNotOk(const Status& status) {
100 if (!status.ok()) {

Callers 2

SafeCallIntoRAsyncFunction · 0.85
ExtendMethod · 0.85

Calls 1

InvalidClass · 0.50

Tested by

no test coverage detected