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

Method addString

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

Source from the content-addressed store, hash-verified

43
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

Callers 1

canCommunicateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected