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

Method TearDown

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

Source from the content-addressed store, hash-verified

909 }
910
911 void TearDown() {
912 ASSERT_OK(client_->Close());
913 ASSERT_OK(server_->Shutdown());
914 }
915
916 protected:
917 std::unique_ptr<FlightClient> client_;

Callers

nothing calls this directly

Calls 2

CloseMethod · 0.45
ShutdownMethod · 0.45

Tested by

no test coverage detected