| 4482 | omitEndingLineFeed_(false) {} |
| 4483 | |
| 4484 | void FastWriter::enableYAMLCompatibility() { yamlCompatibilityEnabled_ = true; } |
| 4485 | |
| 4486 | void FastWriter::dropNullPlaceholders() { dropNullPlaceholders_ = true; } |
| 4487 |
nothing calls this directly
no outgoing calls
no test coverage detected