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

Method deactivateRun

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

Source from the content-addressed store, hash-verified

543 }
544
545 public void deactivateRun() {
546 deactivate(RUN);
547 }
548
549 public void deactivateSave() {
550 deactivate(SAVE);

Callers 3

runMethod · 0.80
handleStopMethod · 0.80
statusErrorMethod · 0.80

Calls 1

deactivateMethod · 0.95

Tested by

no test coverage detected