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

Method root

src/main/java/org/sfj/DrawDot.java:710–712  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

708 }
709
710 public Graph root() {
711 return root;
712 }
713
714 public void emit(Writer writer) throws IOException {
715 PrintWriter pw = new PrintWriter(writer);

Callers 2

testSimpleMethod · 0.95
testRecursiveMethod · 0.95

Calls

no outgoing calls

Tested by 2

testSimpleMethod · 0.76
testRecursiveMethod · 0.76