MCPcopy Create free account
hub / github.com/Garten/sourcecraft / writeIndentation

Method writeIndentation

src/vmfWriter/ValveWriter.java:103–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101 }
102
103 private ValveWriter writeIndentation() throws IOException {
104 for (int i = 0; i < this.indentation; i++) {
105 this.writer.write(INDENTATION);
106 }
107 return this;
108 }
109
110 private ValveWriter write(String text) throws IOException {
111 this.writer.write(text);

Callers 1

writeLineMethod · 0.95

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected