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

Method open

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

Source from the content-addressed store, hash-verified

47 }
48
49 public ValveWriter open(String title) throws IOException {
50 this.writeLine(title);
51 this.writeLine(OPEN_TAG);
52 this.indentation++;
53 return this;
54 }
55
56 public ValveWriter close() throws IOException {
57 this.indentation--;

Callers 8

putATryMethod · 0.95
writeVmfMethod · 0.45
writeSideMethod · 0.45
writeVmfMethod · 0.45
writeVmfMethod · 0.45
writeVmfMethod · 0.45
openEntityMethod · 0.45

Calls 1

writeLineMethod · 0.95

Tested by

no test coverage detected