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

Method getDataWait

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

Source from the content-addressed store, hash-verified

57 }
58
59 void getDataWait(std::string& _return, const int32_t length) override {
60 concurrency::Guard g(mutex_);
61 log_->append(EventLog::ET_CALL_GET_DATA_WAIT, 0, 0);
62
63 blockUntilTriggered();
64
65 _return.append(length, 'a');
66 }
67
68 void onewayWait() override {
69 concurrency::Guard g(mutex_);

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected