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

Method run

app/src/processing/app/Base.java:1041–1046  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1039 //new Exception().printStackTrace();
1040 SwingUtilities.invokeLater(new Runnable() {
1041 public void run() {
1042 //System.out.println("starting rebuild");
1043 rebuildSketchbookMenu(Editor.sketchbookMenu);
1044 rebuildToolbarMenu(Editor.toolbarMenu);
1045 //System.out.println("done with rebuild");
1046 }
1047 });
1048 //System.out.println("async exit");
1049 }

Callers

nothing calls this directly

Calls 2

rebuildSketchbookMenuMethod · 0.95
rebuildToolbarMenuMethod · 0.95

Tested by

no test coverage detected