Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/arduino/Arduino
/ open
Method
open
app/src/processing/app/AbstractMonitor.java:166–168 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
164
}
165
166
public
void
open() throws Exception {
167
closed = false;
168
}
169
170
public
void
close() throws Exception {
171
closed = true;
Callers
1
resume
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected