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

Method getPlatformUniqueId

app/src/processing/app/Base.java:1548–1550  ·  view source on GitHub ↗
(TargetPlatform platform)

Source from the content-addressed store, hash-verified

1546 }
1547
1548 private String getPlatformUniqueId(TargetPlatform platform) {
1549 return platform.getId() + "_" + platform.getFolder();
1550 }
1551
1552 private JRadioButtonMenuItem createBoardMenusAndCustomMenus(
1553 final List<JMenu> boardsCustomMenus, List<JMenuItem> menuItemsToClickAfterStartup,

Callers 2

rebuildBoardsMenuMethod · 0.95

Calls 2

getIdMethod · 0.65
getFolderMethod · 0.65

Tested by

no test coverage detected