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

Method deactivateSave

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

Source from the content-addressed store, hash-verified

547 }
548
549 public void deactivateSave() {
550 deactivate(SAVE);
551 }
552
553 public void deactivateExport() {
554 deactivate(EXPORT);

Callers 2

handleSave2Method · 0.80
handleSaveAsMethod · 0.80

Calls 1

deactivateMethod · 0.95

Tested by

no test coverage detected