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

Method HasError

r/src/safe-call-into-r.h:117–117  ·  view source on GitHub ↗

Check if there is a saved error

Source from the content-addressed store, hash-verified

115
116 // Check if there is a saved error
117 bool HasError() { return !status_.ok(); }
118
119 // Resets this object after a RunWithCapturedR is about to return
120 // to the R interpreter.

Callers 1

SafeCallIntoRAsyncFunction · 0.45

Calls 1

okMethod · 0.45

Tested by

no test coverage detected