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