MCPcopy Create free account
hub / github.com/Illumina/paragraph / StyledWriter

Method StyledWriter

external/jsoncpp/jsoncpp.cpp:4555–4556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4553// //////////////////////////////////////////////////////////////////
4554
4555StyledWriter::StyledWriter()
4556 : rightMargin_(74), indentSize_(3), addChildValues_() {}
4557
4558JSONCPP_STRING StyledWriter::write(const Value& root) {
4559 document_.clear();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected