| 4553 | // ////////////////////////////////////////////////////////////////// |
| 4554 | |
| 4555 | StyledWriter::StyledWriter() |
| 4556 | : rightMargin_(74), indentSize_(3), addChildValues_() {} |
| 4557 | |
| 4558 | JSONCPP_STRING StyledWriter::write(const Value& root) { |
| 4559 | document_.clear(); |
nothing calls this directly
no outgoing calls
no test coverage detected