| 4478 | // ////////////////////////////////////////////////////////////////// |
| 4479 | |
| 4480 | FastWriter::FastWriter() |
| 4481 | : yamlCompatibilityEnabled_(false), dropNullPlaceholders_(false), |
| 4482 | omitEndingLineFeed_(false) {} |
| 4483 | |
| 4484 | void FastWriter::enableYAMLCompatibility() { yamlCompatibilityEnabled_ = true; } |
| 4485 |
nothing calls this directly
no outgoing calls
no test coverage detected