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

Function WithDetail

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

\brief Return a new Status copying the existing status, but updating with the existing detail.

Source from the content-addressed store, hash-verified

351 /// \brief Return a new Status copying the existing status, but
352 /// updating with the existing detail.
353 Status WithDetail(std::shared_ptr<StatusDetail> new_detail) const {
354 return Status(code(), message(), std::move(new_detail));
355 }
356
357 /// \brief Return a new Status with changed message, copying the
358 /// existing status code and detail.

Callers

nothing calls this directly

Calls 3

messageFunction · 0.85
codeFunction · 0.70
StatusClass · 0.50

Tested by

no test coverage detected