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

Method setBoardPort

app/src/processing/app/AbstractMonitor.java:178–184  ·  view source on GitHub ↗
(BoardPort boardPort)

Source from the content-addressed store, hash-verified

176 }
177
178 public void setBoardPort(BoardPort boardPort) {
179 if (boardPort == null) {
180 return;
181 }
182 setTitle(boardPort.getLabel());
183 this.boardPort = boardPort;
184 }
185
186 public synchronized void addToUpdateBuffer(char buff[], int n) {
187 updateBuffer.append(buff, 0, n);

Callers 1

resumeMethod · 0.95

Calls 1

getLabelMethod · 0.80

Tested by

no test coverage detected