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

Method testVoid

test/cpp/src/TestServer.cpp:414–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412 ~TestHandlerAsync() override = default;
413
414 void testVoid(std::function<void()> cob) override {
415 _delegate->testVoid();
416 cob();
417 }
418
419 void testString(std::function<void(std::string const& _return)> cob,
420 const std::string& thing) override {

Callers

nothing calls this directly

Calls 1

testVoidMethod · 0.45

Tested by

no test coverage detected