MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / head

Method head

src/main/java/fieldcef/plugins/PadsBox.java:191–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189 }
190
191 protected Box head() {
192 return properties.get(TopologyBox.head).get(this);
193 }
194
195 protected Box tail() {
196 return properties.get(TopologyBox.tail).get(this);

Callers 4

loadedMethod · 0.95
checkForDeletionMethod · 0.95
updateFrameToMiddleMethod · 0.95
defaultdrawsLinesMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected