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

Method body

cpp/src/arrow/ipc/message.cc:171–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169Message::~Message() {}
170
171std::shared_ptr<Buffer> Message::body() const { return impl_->body(); }
172
173int64_t Message::body_length() const { return impl_->body_length(); }
174

Callers 15

FromProtoFunction · 0.45
ReadTensorFunction · 0.45
EqualsMethod · 0.45
TEST_PFunction · 0.45
TEST_FFunction · 0.45
SpliceMessagesFunction · 0.45
start_web_serverMethod · 0.45
request_internalMethod · 0.45
downloadMethod · 0.45
build_requestMethod · 0.45

Calls

no outgoing calls

Tested by 5

TEST_PFunction · 0.36
TEST_FFunction · 0.36
SpliceMessagesFunction · 0.36
start_web_serverMethod · 0.36
test_voteMethod · 0.36