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

Method getHandler

lib/cpp/test/OneWayHTTPTest.cpp:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 public:
82 ~OneWayServiceCloneFactory() override = default;
83 onewaytest::OneWayServiceIf* getHandler(const ::apache::thrift::TConnectionInfo& connInfo) override
84 {
85 (void)connInfo ;
86 return new OneWayServiceHandler;
87 }
88 void releaseHandler( onewaytest::OneWayServiceIf* handler) override {
89 delete handler;
90 }

Callers 4

testEventSequencingFunction · 0.45
testOnewayCallFunction · 0.45
testExpectedErrorFunction · 0.45
testUnexpectedErrorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected