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

Method TearDown

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

CloseMethod · 0.45
ShutdownMethod · 0.45

Tested by

no test coverage detected