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

Function OK

cpp/src/arrow/status.h:180–180  ·  view source on GitHub ↗

Return a success status

Source from the content-addressed store, hash-verified

178
179 /// Return a success status
180 static Status OK() { return Status(); }
181
182 template <typename... Args>
183 static Status FromArgs(StatusCode code, Args&&... args) {

Callers 15

EqualsMethod · 0.70
ValidateChunksFunction · 0.70
CreateForMethod · 0.70
VisitMethod · 0.70
MakeBuilderFunction · 0.70
MakeBuilderExactIndexFunction · 0.70
CheckBufferLengthFunction · 0.70
VisitMethod · 0.70
ComputeRowMajorStridesFunction · 0.70
CheckTensorValidityFunction · 0.70

Calls 1

StatusClass · 0.50

Tested by 15

TESTFunction · 0.56
ToStatusMethod · 0.56
TESTFunction · 0.56
VisitMethod · 0.56
TESTFunction · 0.56
TestOwnedRefMovesFunction · 0.40
TestOwnedRefNoGILMovesFunction · 0.40
TestCheckPyErrorStatusFunction · 0.40
TestRestorePyErrorBasicsFunction · 0.40
TestPyBufferNumpyArrayFunction · 0.40