| 3295 | // ////////////////////////////////////////////////////////////////// |
| 3296 | |
| 3297 | StyledWriter::StyledWriter() |
| 3298 | : rightMargin_(74), indentSize_(3), addChildValues_() {} |
| 3299 | |
| 3300 | std::string StyledWriter::write(const Value &root) { |
| 3301 | document_ = ""; |
nothing calls this directly
no outgoing calls
no test coverage detected