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

Method TearDown

cpp/src/arrow/flight/flight_test.cc:1589–1592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1587 [](FlightClientOptions* options) { return Status::OK(); }));
1588 }
1589 void TearDown() {
1590 ASSERT_OK(client_->Close());
1591 ASSERT_OK(server_->Shutdown());
1592 }
1593 CancelTestServer* Server() const {
1594 return static_cast<CancelTestServer*>(server_.get());
1595 }

Callers

nothing calls this directly

Calls 2

CloseMethod · 0.45
ShutdownMethod · 0.45

Tested by

no test coverage detected