MCPcopy Create free account
hub / github.com/cschanck/single-file-java / emit

Method emit

src/main/java/org/sfj/DrawDot.java:714–718  ·  view source on GitHub ↗
(Writer writer)

Source from the content-addressed store, hash-verified

712 }
713
714 public void emit(Writer writer) throws IOException {
715 PrintWriter pw = new PrintWriter(writer);
716 root.emit(this, pw, "");
717 pw.flush();
718 }
719
720 public void emit(PrintWriter writer) throws IOException {
721 root.emit(this, writer, "");

Callers 2

testSimpleMethod · 0.95
testRecursiveMethod · 0.95

Calls 2

emitMethod · 0.65
flushMethod · 0.45

Tested by 2

testSimpleMethod · 0.76
testRecursiveMethod · 0.76