MCPcopy Create free account
hub / github.com/danielaparker/jsoncons / unindent

Function unindent

include/jsoncons/json_encoder.hpp:908–911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

906 }
907
908 void unindent()
909 {
910 indent_amount_ -= static_cast<uint8_t>(options_.indent_size());
911 }
912
913 void new_line()
914 {

Callers 2

visit_end_objectFunction · 0.85
visit_end_arrayFunction · 0.85

Calls 1

indent_sizeMethod · 0.80

Tested by

no test coverage detected