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

Method head

src/main/java/org/sfj/DrawDot.java:678–681  ·  view source on GitHub ↗
(Arrow head)

Source from the content-addressed store, hash-verified

676 }
677
678 public Connection head(Arrow head) {
679 this.head = head;
680 return this;
681 }
682
683 public Connection tail(Arrow tail) {
684 this.tail = tail;

Callers 2

testConnectionsMethod · 0.95
testSimpleMethod · 0.80

Calls

no outgoing calls

Tested by 2

testConnectionsMethod · 0.76
testSimpleMethod · 0.64