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

Method TearDown

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

Source from the content-addressed store, hash-verified

444 }
445
446 void TearDown() {
447 ASSERT_OK(client_->Close());
448 ASSERT_OK(server_->Shutdown());
449 }
450
451 protected:
452 std::unique_ptr<FlightClient> client_;

Callers

nothing calls this directly

Calls 2

CloseMethod · 0.45
ShutdownMethod · 0.45

Tested by

no test coverage detected