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

Method getSketchFile

app/src/processing/app/EditorTab.java:394–396  ·  view source on GitHub ↗

Get the SketchFile that is being edited in this tab.

()

Source from the content-addressed store, hash-verified

392 * Get the SketchFile that is being edited in this tab.
393 */
394 public SketchFile getSketchFile() {
395 return this.file;
396 }
397
398 /**
399 * Get the contents of the text area.

Callers 10

findTabIndexMethod · 0.80
reorderTabsMethod · 0.80
updateTitleMethod · 0.80
handlePrintMethod · 0.80
paintComponentMethod · 0.80
rebuildMenuMethod · 0.80
handleRenameCodeMethod · 0.80
nameCodeMethod · 0.80
handleDeleteCodeMethod · 0.80
importLibraryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected