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

Method toString

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

Source from the content-addressed store, hash-verified

696 }
697
698 @Override
699 public String toString() {
700 return "Connection{" + "from=" + from + ", to=" + to + ", head=" + head + ", tail=" + tail + "} " + super.toString();
701 }
702 }
703
704 private final Graph root;

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected