MCPcopy Create free account
hub / github.com/apache/thrift / getStrings

Method getStrings

lib/cpp/test/qt/TQTcpServerTest.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 cob();
26 }
27 void getStrings(std::function<void(std::vector<std::string> const& _return)> cob) override {
28 cob(strings);
29 }
30
31 // Overrides not used in this test
32 void incrementGeneration(std::function<void(int32_t const& _return)> cob) override {}

Callers 1

test_communicateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected