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

Method exists

app/src/processing/app/Theme.java:181–183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

179 }
180
181 public boolean exists() {
182 return this.zipEntry != null || this.file == null || this.file.exists();
183 }
184
185 public InputStream getInputStream() throws IOException {
186 if (this.file != null) {

Callers 15

getLibImageMethod · 0.95
AStyleMethod · 0.45
getThemeFileMethod · 0.45
acceptMethod · 0.45
handleOpenInternalMethod · 0.45
saveAsMethod · 0.45
addFileMethod · 0.45
ensureExistenceMethod · 0.45
BaseMethod · 0.45
createNewUntitledMethod · 0.45
handleOpenPromptMethod · 0.45
handleOpenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected