| 266 | } |
| 267 | |
| 268 | WriterMetrics* WriterOptions::getWriterMetrics() const { |
| 269 | return privateBits_->metrics; |
| 270 | } |
| 271 | |
| 272 | WriterOptions& WriterOptions::setWriterMetrics(WriterMetrics* metrics) { |
| 273 | privateBits_->metrics = metrics; |
no outgoing calls
no test coverage detected