MCPcopy Index your code
hub / github.com/processing/processing / isLast

Method isLast

app/src/processing/app/ui/EditorFooter.java:370–372  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

368 }
369
370 boolean isLast() {
371 return tabs.get(tabs.size() - 1) == this;
372 }
373
374 int getTextLeft() {
375 int links = left;

Callers 1

drawMethod · 0.95

Calls 2

getMethod · 0.65
sizeMethod · 0.45

Tested by

no test coverage detected