Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ handleNextCode
Method
handleNextCode
app/src/processing/app/Sketch.java:751–753 ·
view source on GitHub ↗
Move to the next tab.
()
Source
from the content-addressed store, hash-verified
749
* Move to the next tab.
750
*/
751
public
void
handleNextCode() {
752
setCurrentCode((currentIndex + 1) % codeCount);
753
}
754
755
756
/**
Callers
1
actionPerformed
Method · 0.80
Calls
1
setCurrentCode
Method · 0.95
Tested by
no test coverage detected