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

Method handlerError

test/cpp/src/TestServer.cpp:400–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398 communicate("asyncComplete", ctx, fn_name);
399 }
400 void handlerError(void* ctx, const char* fn_name) override {
401 communicate("handlerError", ctx, fn_name);
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';

Callers

nothing calls this directly

Calls 1

communicateFunction · 0.85

Tested by

no test coverage detected