MCPcopy Create free account
hub / github.com/Samsung/UTopia / unindent

Method unindent

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

Source from the content-addressed store, hash-verified

4664void StyledWriter::indent() { indentString_ += String(indentSize_, ' '); }
4665
4666void StyledWriter::unindent() {
4667 assert(indentString_.size() >= indentSize_);
4668 indentString_.resize(indentString_.size() - indentSize_);
4669}
4670
4671void StyledWriter::writeCommentBeforeValue(const Value &root) {
4672 if (!root.hasComment(commentBefore))

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.80
resizeMethod · 0.80

Tested by

no test coverage detected