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

Method getGeneration

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

Source from the content-addressed store, hash-verified

39 }
40
41 int32_t getGeneration() override {
42 concurrency::Guard g(mutex_);
43 log_->append(EventLog::ET_CALL_GET_GENERATION, 0, 0);
44 return generation_;
45 }
46
47 void addString(const std::string& s) override {
48 concurrency::Guard g(mutex_);

Callers 2

testParentServiceFunction · 0.45
testChildServiceFunction · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected