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

Method Verify

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

Source from the content-addressed store, hash-verified

260}
261
262bool Message::Verify() const {
263 const flatbuf::Message* unused;
264 return internal::VerifyMessage(metadata()->data(), metadata()->size(), &unused).ok();
265}
266
267std::string FormatMessageType(MessageType type) {
268 switch (type) {

Callers 3

TESTFunction · 0.45
HandleAadPrefixMethod · 0.45
ipc___Message__VerifyFunction · 0.45

Calls 5

VerifyMessageFunction · 0.85
metadataFunction · 0.50
okMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by 1

TESTFunction · 0.36