MCPcopy Index your code
hub / github.com/processing/processing / getSketch

Method getSketch

app/src/processing/app/ui/Editor.java:1589–1591  ·  view source on GitHub ↗

Gets the current sketch object.

()

Source from the content-addressed store, hash-verified

1587 * Gets the current sketch object.
1588 */
1589 public Sketch getSketch() {
1590 return sketch;
1591 }
1592
1593
1594 /**

Callers 15

handleOpenMethod · 0.95
buildMethod · 0.95
menuSelectedMethod · 0.95
findProblemsMethod · 0.95
changeModeMethod · 0.80
runMethod · 0.80
fileSelectedMethod · 0.80
paintComponentMethod · 0.80
removeMethod · 0.80
appendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected