Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/arduino/Arduino
/ dispose
Method
dispose
app/src/processing/app/AbstractMonitor.java:116–119 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
114
}
115
116
public
void
dispose() {
117
super.dispose();
118
portExistsTimer.stop();
119
}
120
121
public
void
resume(BoardPort boardPort) throws Exception {
122
setBoardPort(boardPort);
Callers
6
close
Method · 0.45
handleSerial
Method · 0.45
handlePlotter
Method · 0.45
close
Method · 0.45
handleClose
Method · 0.45
mousePressed
Method · 0.45
Calls
1
stop
Method · 0.65
Tested by
no test coverage detected