| 9 | class SearchServiceImpl : public SearchService { |
| 10 | public: |
| 11 | SearchServiceImpl(GraphConfigurator& configurator) |
| 12 | : _configurator {configurator} {} |
| 13 | |
| 14 | virtual void search(::google::protobuf::RpcController* controller_base, |
| 15 | const SearchRequest* request, SearchResponse* response, |
nothing calls this directly
no outgoing calls
no test coverage detected