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

Method communicate

test/cpp/src/TestServer.cpp:404–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402 }
403
404 void communicate(const char* event, void* ctx, const char* fn_name) {
405 std::cout << event << ": " << *static_cast<std::string*>(ctx) << " = " << fn_name << '\n';
406 }
407};
408
409class TestHandlerAsync : public ThriftTestCobSvIf {

Callers 3

translate_file_addressesFunction · 0.80
sigwaitMethod · 0.80
_get_revisionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected