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

Method ListFlights

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

Source from the content-addressed store, hash-verified

402class HeaderAuthTestServer : public FlightServerBase {
403 public:
404 Status ListFlights(const ServerCallContext& context, const Criteria* criteria,
405 std::unique_ptr<FlightListing>* listings) override {
406 return Status::OK();
407 }
408};
409
410class TestAuthHandler : public ::testing::Test {

Callers 4

TESTFunction · 0.45
RunValidClientAuthMethod · 0.45
ASSERT_OK_AND_ASSIGNMethod · 0.45
TEST_FMethod · 0.45

Calls 1

OKFunction · 0.50

Tested by

no test coverage detected