| 5283 | setDefaults(&settings_); |
| 5284 | } |
| 5285 | StreamWriterBuilder::~StreamWriterBuilder() |
| 5286 | {} |
| 5287 | StreamWriter* StreamWriterBuilder::newStreamWriter() const |
| 5288 | { |
| 5289 | JSONCPP_STRING indentation = settings_["indentation"].asString(); |
nothing calls this directly
no outgoing calls
no test coverage detected