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

Method run

app/src/processing/app/Editor.java:1893–1895  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1891 } else {
1892 SwingUtilities.invokeLater(new Runnable() {
1893 public void run() {
1894 handleSave2();
1895 }
1896 });
1897 }
1898 return true;

Callers

nothing calls this directly

Calls 1

handleSave2Method · 0.95

Tested by

no test coverage detected