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

Method init

arduino-core/src/processing/app/windows/Platform.java:49–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 private File defaultSketchbookFolder = null;
48
49 @Override
50 public void init() throws Exception {
51 super.init();
52
53 checkPath();
54 recoverSettingsFolderPath();
55 }
56
57 private void recoverSettingsFolderPath() throws Exception {
58 if (PreferencesData.getBoolean("runtime.is-windows-store-app")) {

Callers

nothing calls this directly

Calls 3

checkPathMethod · 0.95
initMethod · 0.65

Tested by

no test coverage detected