| 329 | class CounterServiceImpl : public CounterService { |
| 330 | public: |
| 331 | explicit CounterServiceImpl(Counter* counter) : _counter(counter) {} |
| 332 | void fetch_add(::google::protobuf::RpcController* controller, |
| 333 | const ::example::FetchAddRequest* request, |
| 334 | ::example::CounterResponse* response, |
nothing calls this directly
no outgoing calls
no test coverage detected