MCPcopy Create free account
hub / github.com/ComodoSecurity/openedr / unindent

Method unindent

edrav2/eprj/jsoncpp/src/lib_json/json_writer.cpp:601–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599}
600
601void StyledWriter::unindent() {
602 assert(indentString_.size() >= indentSize_);
603 indentString_.resize(indentString_.size() - indentSize_);
604}
605
606void StyledWriter::writeCommentBeforeValue(const Value& root) {
607 if (!root.hasComment(commentBefore))

Callers

nothing calls this directly

Calls 3

assertClass · 0.50
sizeMethod · 0.45
resizeMethod · 0.45

Tested by

no test coverage detected