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

Method unregister

lib/cpp/src/thrift/TProcessor.h:125–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 handler_->freeContext(context_, method_);
124 }
125 void unregister() { handler_ = nullptr; }
126
127private:
128 apache::thrift::TProcessorEventHandler* handler_;

Callers 2

_poll_selectMethod · 0.80
handleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected