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

Method testBinary

test/cpp/src/TestServer.cpp:451–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449 }
450
451 void testBinary(std::function<void(std::string const& _return)> cob,
452 const std::string& thing) override {
453 std::string res;
454 _delegate->testBinary(res, thing);
455 cob(res);
456 }
457
458 void testUuid(::std::function<void(apache::thrift::TUuid const& _return)> cob, const apache::thrift::TUuid& thing) override {
459 TUuid res;

Callers

nothing calls this directly

Calls 1

testBinaryMethod · 0.45

Tested by

no test coverage detected