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

Method getSortedLibraries

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

Source from the content-addressed store, hash-verified

1092 }
1093
1094 private LibraryList getSortedLibraries() {
1095 LibraryList installedLibraries = BaseNoGui.librariesIndexer.getInstalledLibraries();
1096 Collections.sort(installedLibraries, new LibraryOfSameTypeComparator());
1097 return installedLibraries;
1098 }
1099
1100 public void rebuildImportMenu(JMenu importMenu) {
1101 if (importMenu == null)

Callers 1

rebuildImportMenuMethod · 0.95

Calls 2

getInstalledLibrariesMethod · 0.80
sortMethod · 0.80

Tested by

no test coverage detected