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

Method init

arduino-core/src/processing/app/macosx/Platform.java:62–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 }
61
62 @Override
63 public void init() throws Exception {
64 super.init();
65 discoverRealOsArch();
66 }
67
68 private void discoverRealOsArch() throws IOException {
69 CommandLine uname = CommandLine.parse("uname -m");

Callers

nothing calls this directly

Calls 2

discoverRealOsArchMethod · 0.95
initMethod · 0.65

Tested by

no test coverage detected