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

Method writeWithIndent

external/jsoncpp/jsoncpp.cpp:3449–3452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3447}
3448
3449void StyledWriter::writeWithIndent(const std::string &value) {
3450 writeIndent();
3451 document_ += value;
3452}
3453
3454void StyledWriter::indent() { indentString_ += std::string(indentSize_, ' '); }
3455

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected