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

Method isFirst

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

Source from the content-addressed store, hash-verified

364 }
365
366 boolean isFirst() {
367 return tabs.get(0) == this;
368 }
369
370 boolean isLast() {
371 return tabs.get(tabs.size() - 1) == this;

Callers 1

drawMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected