MCPcopy Create free account
hub / github.com/Illumina/hap.py / StyledWriter

Method StyledWriter

external/jsoncpp/jsoncpp.cpp:3297–3298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3295// //////////////////////////////////////////////////////////////////
3296
3297StyledWriter::StyledWriter()
3298 : rightMargin_(74), indentSize_(3), addChildValues_() {}
3299
3300std::string StyledWriter::write(const Value &root) {
3301 document_ = "";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected