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

Function code

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

\brief Return the StatusCode value attached to this status.

Source from the content-addressed store, hash-verified

341
342 /// \brief Return the StatusCode value attached to this status.
343 constexpr StatusCode code() const { return ok() ? StatusCode::OK : state_->code; }
344
345 /// \brief Return the specific error message attached to this status.
346 const std::string& message() const;

Callers 15

CodeAsStringMethod · 0.70
AddContextLineMethod · 0.70
IsOutOfMemoryFunction · 0.70
IsKeyErrorFunction · 0.70
IsInvalidFunction · 0.70
IsCancelledFunction · 0.70
IsIOErrorFunction · 0.70
IsCapacityErrorFunction · 0.70
IsIndexErrorFunction · 0.70
IsTypeErrorFunction · 0.70
IsUnknownErrorFunction · 0.70
IsNotImplementedFunction · 0.70

Calls 1

okFunction · 0.85

Tested by

no test coverage detected