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