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

Method activateSave

app/src/processing/app/EditorToolbar.java:528–530  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

526 }
527
528 public void activateSave() {
529 activate(SAVE);
530 }
531
532 public void activateExport() {
533 activate(EXPORT);

Callers 2

handleSave2Method · 0.80
handleSaveAsMethod · 0.80

Calls 1

activateMethod · 0.95

Tested by

no test coverage detected