Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ handlePrevCode
Method
handlePrevCode
app/src/processing/app/Sketch.java:730–734 ·
view source on GitHub ↗
Move to the previous tab.
()
Source
from the content-addressed store, hash-verified
728
* Move to the previous tab.
729
*/
730
public
void
handlePrevCode() {
731
int
prev = currentIndex - 1;
732
if
(prev < 0) prev = codeCount-1;
733
setCurrentCode(prev);
734
}
735
736
737
/**
Callers
1
actionPerformed
Method · 0.80
Calls
1
setCurrentCode
Method · 0.95
Tested by
no test coverage detected