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

Method getExamplesFolder

arduino-core/src/processing/app/BaseNoGui.java:230–232  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

228 }
229
230 static public File getExamplesFolder() {
231 return examplesFolder;
232 }
233
234 static public String getExamplesPath() {
235 return examplesFolder.getAbsolutePath();

Callers 2

rebuildToolbarMenuMethod · 0.95
rebuildExamplesMenuMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected