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

Method pushValue

external/jsoncpp/jsoncpp.cpp:4698–4703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4696}
4697
4698void StyledWriter::pushValue(const JSONCPP_STRING& value) {
4699 if (addChildValues_)
4700 childValues_.push_back(value);
4701 else
4702 document_ += value;
4703}
4704
4705void StyledWriter::writeIndent() {
4706 if (!document_.empty()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected