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

Method clearState

app/src/processing/app/EditorStatus.java:106–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104 }
105
106 public void clearState() {
107 changeState(NOTICE);
108 repaint();
109 }
110
111 private void changeState(int newMode) {
112 if (mode == newMode) {

Callers 4

uneditMethod · 0.95
handleNewCodeMethod · 0.80
handleRenameCodeMethod · 0.80
handleDeleteCodeMethod · 0.80

Calls 1

changeStateMethod · 0.95

Tested by

no test coverage detected