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

Method isUserDefined

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

Source from the content-addressed store, hash-verified

175 }
176
177 public boolean isUserDefined() {
178 return this.priority > PRIORITY_DEFAULT;
179 }
180
181 public boolean exists() {
182 return this.zipEntry != null || this.file == null || this.file.exists();

Callers 1

getLibImageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected