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

Method close

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

Source from the content-addressed store, hash-verified

54 }
55
56 public ValveWriter close() throws IOException {
57 this.indentation--;
58 this.writeLine(CLOSE_TAG);
59 return this;
60 }
61
62 public ValveWriter put(String key, String value) throws IOException {
63 this.writeLine(QUOTE + key + QUOTE + " " + QUOTE + value + QUOTE);

Callers 10

putATryMethod · 0.95
writeMethod · 0.95
finishMethod · 0.45
writeVmfMethod · 0.45
writeSideMethod · 0.45
writeVmfMethod · 0.45
writeVmfMethod · 0.45
writeVmfMethod · 0.45
writeEndMethod · 0.45

Calls 1

writeLineMethod · 0.95

Tested by

no test coverage detected