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

Function NoErrorNoInline

cpp/src/arrow/type_benchmark.cc:202–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200inline int32_t NoError(int32_t v) { return v + 1; }
201
202ARROW_NO_INLINE int32_t NoErrorNoInline(int32_t v) { return v + 1; }
203
204inline std::pair<bool, int32_t> ErrorAsBool(int32_t v) {
205 return {ARROW_PREDICT_FALSE(v == 42), v + 1};

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected