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

Method indent

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

Source from the content-addressed store, hash-verified

3452}
3453
3454void StyledWriter::indent() { indentString_ += std::string(indentSize_, ' '); }
3455
3456void StyledWriter::unindent() {
3457 assert(int(indentString_.size()) >= indentSize_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected