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

Method pushValue

external/jsoncpp/jsoncpp.cpp:3431–3436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3429}
3430
3431void StyledWriter::pushValue(const std::string &value) {
3432 if (addChildValues_)
3433 childValues_.push_back(value);
3434 else
3435 document_ += value;
3436}
3437
3438void StyledWriter::writeIndent() {
3439 if (!document_.empty()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected