MCPcopy Index your code
hub / github.com/arduino/Arduino / getBoardPort

Method getBoardPort

app/src/processing/app/AbstractMonitor.java:174–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172 }
173
174 public BoardPort getBoardPort() {
175 return boardPort;
176 }
177
178 public void setBoardPort(BoardPort boardPort) {
179 if (boardPort == null) {

Callers 4

openMethod · 0.80
getAuthorizationKeyMethod · 0.80
openMethod · 0.80
openMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected