| 102 | } |
| 103 | |
| 104 | se::Platform* ServiceOptions::platform() const { return platform_; } |
| 105 | |
| 106 | ServiceOptions& ServiceOptions::set_number_of_replicas(int number_of_replicas) { |
| 107 | number_of_replicas_ = number_of_replicas; |
no outgoing calls
no test coverage detected