| 20 | class QueryServiceImpl : public QueryService { |
| 21 | public: |
| 22 | QueryServiceImpl() {} |
| 23 | ~QueryServiceImpl() {} |
| 24 | |
| 25 | void query_name(google::protobuf::RpcController* controller, |
nothing calls this directly
no outgoing calls
no test coverage detected