Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
unedit
Method · 0.95
handleNewCode
Method · 0.80
handleRenameCode
Method · 0.80
handleDeleteCode
Method · 0.80
Calls
1
changeState
Method · 0.95
Tested by
no test coverage detected