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

Method testString

test/cpp/src/TestServer.cpp:419–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417 }
418
419 void testString(std::function<void(std::string const& _return)> cob,
420 const std::string& thing) override {
421 std::string res;
422 _delegate->testString(res, thing);
423 cob(res);
424 }
425
426 void testBool(std::function<void(bool const& _return)> cob, const bool thing) override {
427 bool res = _delegate->testBool(thing);

Callers

nothing calls this directly

Calls 1

testStringMethod · 0.45

Tested by

no test coverage detected