MCPcopy
hub / github.com/arduino/Arduino / getSketchController

Method getSketchController

app/src/processing/app/Editor.java:1406–1408  ·  view source on GitHub ↗

Gets the current sketch controller.

()

Source from the content-addressed store, hash-verified

1404 * Gets the current sketch controller.
1405 */
1406 public SketchController getSketchController() {
1407 return sketchController;
1408 }
1409
1410 /**
1411 * Gets the current sketch.

Callers 10

handleOpenMethod · 0.95
getSketchMethod · 0.80
setModifiedMethod · 0.80
ActionsClass · 0.80
paintComponentMethod · 0.80
initializeMethod · 0.80
keyTypedMethod · 0.80
actionPerformedMethod · 0.80
runMethod · 0.80
openFilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected