Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ handleNextCode
Method
handleNextCode
app/src/processing/app/Sketch.java:740–742 ·
view source on GitHub ↗
Move to the next tab.
()
Source
from the content-addressed store, hash-verified
738
* Move to the next tab.
739
*/
740
public
void
handleNextCode() {
741
setCurrentCode((currentIndex + 1) % codeCount);
742
}
743
744
745
/**
Callers
1
actionPerformed
Method · 0.80
Calls
1
setCurrentCode
Method · 0.95
Tested by
no test coverage detected