MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / unindent

Method unindent

json/jsoncpp.cpp:4776–4779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

resizeMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected