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