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

Method last

src/main/java/field/graphics/FLine.java:989–991  ·  view source on GitHub ↗

returns the most recent node.

()

Source from the content-addressed store, hash-verified

987 public void clearCache() {
988 cache.clear();
989 cache_thickening.clear();
990 }
991
992 @HiddenInAutocomplete
993 public void clearCache(MeshBuilder m) {
994 cache.remove(m);

Callers 15

installDrawerMethod · 0.95
TypingMethod · 0.95
SelectSubGraphMethod · 0.95
drawNameMethod · 0.95
drawNameBottomMethod · 0.95
quadToMethod · 0.95
quadToRelMethod · 0.95
polarCubicToMethod · 0.95
polarCubicTo3Method · 0.95
copyToMethod · 0.95
copyToFlippedMethod · 0.95
smoothToMethod · 0.95

Calls 2

getMethod · 0.65
sizeMethod · 0.45

Tested by

no test coverage detected