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

Method addString

lib/cpp/test/processor/Handlers.h:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 void addString(const std::string& s) override {
48 concurrency::Guard g(mutex_);
49 log_->append(EventLog::ET_CALL_ADD_STRING, 0, 0);
50 strings_.push_back(s);
51 }
52
53 void getStrings(std::vector<std::string>& _return) override {
54 concurrency::Guard g(mutex_);

Callers 1

testParentServiceFunction · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected