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

Method getVersion

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

Source from the content-addressed store, hash-verified

265 }
266
267 public String getVersion() {
268 return this.version;
269 }
270
271 public String toString() {
272 String description = String.format("%s %s (%s)", this.getName(), this.getVersion(), this.file.getName());

Callers 1

toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected