| 3227 | // ////////////////////////////////////////////////////////////////// |
| 3228 | |
| 3229 | FastWriter::FastWriter() |
| 3230 | : yamlCompatiblityEnabled_(false), dropNullPlaceholders_(false), omitEndingLineFeed_(false) {} |
| 3231 | |
| 3232 | void FastWriter::enableYAMLCompatibility() { yamlCompatiblityEnabled_ = true; } |
| 3233 |
nothing calls this directly
no outgoing calls
no test coverage detected