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

Method testDouble

test/cpp/src/TestServer.cpp:446–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444 }
445
446 void testDouble(std::function<void(double const& _return)> cob, const double thing) override {
447 double res = _delegate->testDouble(thing);
448 cob(res);
449 }
450
451 void testBinary(std::function<void(std::string const& _return)> cob,
452 const std::string& thing) override {

Callers

nothing calls this directly

Calls 1

testDoubleMethod · 0.45

Tested by

no test coverage detected