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

Method testOneway

test/cpp/src/TestServer.cpp:572–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570 }
571
572 void testOneway(std::function<void()> cob, const int32_t secondsToSleep) override {
573 _delegate->testOneway(secondsToSleep);
574 cob();
575 }
576
577protected:
578 std::shared_ptr<TestHandler> _delegate;

Callers

nothing calls this directly

Calls 1

testOnewayMethod · 0.45

Tested by

no test coverage detected