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