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

Function code

cpp/src/arrow/flight/types.h:1299–1299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1297 const Status& status);
1298
1299 TransportStatusCode code() const { return code_; }
1300 std::string_view message() const { return message_; }
1301 const std::vector<std::pair<std::string, std::string>>& details() const {
1302 return details_;

Callers 2

CodeAsStringMethod · 0.70
ToStringMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected