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

Method getStrings

lib/cpp/test/TNonblockingSSLServerTest.cpp:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44struct Handler : public test::ParentServiceIf {
45 void addString(const std::string& s) override { strings_.push_back(s); }
46 void getStrings(std::vector<std::string>& _return) override { _return = strings_; }
47 std::vector<std::string> strings_;
48
49 // dummy overrides not used in this test

Callers 1

canCommunicateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected