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

Method Server

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

Source from the content-addressed store, hash-verified

1590 ASSERT_OK(server_->Shutdown());
1591 }
1592 CancelTestServer* Server() const {
1593 return static_cast<CancelTestServer*>(server_.get());
1594 }
1595
1596 protected:
1597 std::unique_ptr<FlightClient> client_;

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected