| 442 | class BlockServiceImpl : public BlockService { |
| 443 | public: |
| 444 | explicit BlockServiceImpl(Block* block) : _block(block) {} |
| 445 | void write(::google::protobuf::RpcController* controller, |
| 446 | const ::example::BlockRequest* request, |
| 447 | ::example::BlockResponse* response, |
nothing calls this directly
no outgoing calls
no test coverage detected