Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testConnections
Method · 0.95
testSimple
Method · 0.80
Calls
no outgoing calls
Tested by
2
testConnections
Method · 0.76
testSimple
Method · 0.64