| 4358 | // ////////////////////////////////////////////////////////////////// |
| 4359 | |
| 4360 | FastWriter::FastWriter() |
| 4361 | : yamlCompatiblityEnabled_(false), dropNullPlaceholders_(false), |
| 4362 | omitEndingLineFeed_(false) {} |
| 4363 | |
| 4364 | void FastWriter::enableYAMLCompatibility() { yamlCompatiblityEnabled_ = true; } |
| 4365 |
nothing calls this directly
no outgoing calls
no test coverage detected