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

Function NoError

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

Source from the content-addressed store, hash-verified

198}
199
200inline int32_t NoError(int32_t v) { return v + 1; }
201
202ARROW_NO_INLINE int32_t NoErrorNoInline(int32_t v) { return v + 1; }
203

Callers 1

ErrorSchemeNoErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected