Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
draw
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected