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

Method writeLine

src/vmfWriter/ValveWriter.java:98–101  ·  view source on GitHub ↗
(String title)

Source from the content-addressed store, hash-verified

96 }
97
98 private void writeLine(String title) throws IOException {
99 this.writeIndentation()
100 .write(title + ValveWriter.LINE_BREAK);
101 }
102
103 private ValveWriter writeIndentation() throws IOException {
104 for (int i = 0; i < this.indentation; i++) {

Callers 3

openMethod · 0.95
closeMethod · 0.95
putMethod · 0.95

Calls 2

writeIndentationMethod · 0.95
writeMethod · 0.65

Tested by

no test coverage detected