MCPcopy Create free account
hub / github.com/PlayFab/gsdk / unindent

Method unindent

cpp/cppsdk/jsoncpp.cpp:4774–4777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4772}
4773
4774void StyledWriter::unindent() {
4775 assert(indentString_.size() >= indentSize_);
4776 indentString_.resize(indentString_.size() - indentSize_);
4777}
4778
4779void StyledWriter::writeCommentBeforeValue(const Value& root) {
4780 if (!root.hasComment(commentBefore))

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.80
resizeMethod · 0.80

Tested by

no test coverage detected