MCPcopy Index your code
hub / github.com/benfry/processing4 / getSketch

Method getSketch

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

Gets the current sketch object.

()

Source from the content-addressed store, hash-verified

1323 * Gets the current sketch object.
1324 */
1325 public Sketch getSketch() {
1326 return sketch;
1327 }
1328
1329
1330 /**

Callers 15

handleOpenInternalMethod · 0.95
buildMethod · 0.95
menuSelectedMethod · 0.95
findProblemsMethod · 0.95
changeModeMethod · 0.80
handleOpenMethod · 0.80
runMethod · 0.80
fileSelectedMethod · 0.80
removeModeMethod · 0.80
paintComponentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected