Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Close
Method · 0.45
Shutdown
Method · 0.45
Tested by
no test coverage detected