Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/arduino/Arduino
/ selectNextTab
Method
selectNextTab
app/src/processing/app/Editor.java:1468–1470 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1466
}
1467
1468
public
void
selectNextTab() {
1469
selectTab((currentTabIndex + 1) % tabs.size());
1470
}
1471
1472
public
void
selectPrevTab() {
1473
selectTab((currentTabIndex - 1 + tabs.size()) % tabs.size());
Callers
2
find
Method · 0.80
Actions
Class · 0.80
Calls
2
selectTab
Method · 0.95
size
Method · 0.80
Tested by
no test coverage detected