MCPcopy Index your code
hub / github.com/VolmitSoftware/Adapt / indent

Method indent

src/main/java/com/volmit/adapt/util/JSONObject.java:684–688  ·  view source on GitHub ↗
(Writer writer, int indent)

Source from the content-addressed store, hash-verified

682 }
683
684 static final void indent(Writer writer, int indent) throws IOException {
685 for (int i = 0; i < indent; i += 1) {
686 writer.write(' ');
687 }
688 }
689
690 /**
691 * Accumulate values under a key. It is similar to the put method except

Callers 2

writeMethod · 0.95
writeMethod · 0.95

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected