| 4525 | // ////////////////////////////////////////////////////////////////// |
| 4526 | |
| 4527 | FastWriter::FastWriter() |
| 4528 | : yamlCompatibilityEnabled_(false), dropNullPlaceholders_(false), |
| 4529 | omitEndingLineFeed_(false) {} |
| 4530 | |
| 4531 | void FastWriter::enableYAMLCompatibility() { yamlCompatibilityEnabled_ = true; } |
| 4532 |
nothing calls this directly
no outgoing calls
no test coverage detected