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

Function message

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

Source from the content-addressed store, hash-verified

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_;
1303 }

Callers 4

AddContextLineMethod · 0.85
WithDetailFunction · 0.85
EqualsMethod · 0.85
ToStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected