MCPcopy 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

actionPerformedMethod · 0.80

Calls 1

setCurrentCodeMethod · 0.95

Tested by

no test coverage detected