| 104 | class Helper : public concurrency::Runnable, public server::TServerEventHandler { |
| 105 | public: |
| 106 | Helper(ServerThread* serverThread) : serverThread_(serverThread) {} |
| 107 | |
| 108 | void run() override { serverThread_->run(); } |
| 109 |
no outgoing calls
no test coverage detected