Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Server
Method
Server
cpp/src/arrow/flight/flight_test.cc:1593–1595 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1591
ASSERT_OK(server_->Shutdown());
1592
}
1593
CancelTestServer* Server() const {
1594
return static_cast<CancelTestServer*>(server_.get());
1595
}
1596
1597
protected:
1598
std::unique_ptr<FlightClient> client_;
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected