MCPcopy
hub / github.com/arduino/Arduino / isEmpty

Method isEmpty

app/src/processing/app/EditorConsole.java:184–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182 }
183
184 public boolean isEmpty() {
185 return document.getLength() == 0;
186 }
187
188 public void insertString(String str, SimpleAttributeSet attributes) throws BadLocationException {
189 // Separate the string into content, newlines and lone carriage

Callers 15

VIDPIDMethod · 0.45
callArduinoBuilderMethod · 0.45
saveHexMethod · 0.45
ConstantsClass · 0.45
loadMethod · 0.45
searchMatchingBoardMethod · 0.45
extractMethod · 0.45
parseArgsMethod · 0.45
getProxyForMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected