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

Method getSketch

app/src/processing/app/EditorTab.java:387–389  ·  view source on GitHub ↗

Get the sketch this tab is editing a file from.

()

Source from the content-addressed store, hash-verified

385 * Get the sketch this tab is editing a file from.
386 */
387 public SketchController getSketch() {
388 return editor.getSketchController();
389 }
390
391 /**
392 * Get the SketchFile that is being edited in this tab.

Callers 1

createTextAreaMethod · 0.45

Calls 1

getSketchControllerMethod · 0.80

Tested by

no test coverage detected