MCPcopy Index your code
hub / github.com/arduino/Arduino / getSketch

Method getSketch

app/src/processing/app/Editor.java:1413–1415  ·  view source on GitHub ↗

Gets the current sketch.

()

Source from the content-addressed store, hash-verified

1411 * Gets the current sketch.
1412 */
1413 public Sketch getSketch() {
1414 return sketch;
1415 }
1416
1417 /**
1418 * Gets the currently displaying tab.

Callers 10

handleOpenMethod · 0.95
initComponentsMethod · 0.45
testMethod · 0.45
testMethod · 0.45
rebuildMenuMethod · 0.45
storeSketchesMethod · 0.45
storeSketchLocationMethod · 0.45
storeRecentSketchesMethod · 0.45
handleActivatedMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected