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

Method indent

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

Source from the content-addressed store, hash-verified

4719}
4720
4721void StyledWriter::indent() { indentString_ += JSONCPP_STRING(indentSize_, ' '); }
4722
4723void StyledWriter::unindent() {
4724 assert(indentString_.size() >= indentSize_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected