Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/arduino/Arduino
/ getHardwarePath
Method
getHardwarePath
arduino-core/src/processing/app/BaseNoGui.java:245–247 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
243
}
244
245
static
public
String getHardwarePath() {
246
return
getHardwareFolder().getAbsolutePath();
247
}
248
249
static
public
List<UserLibraryFolder> getLibrariesFolders() {
250
return
librariesFolders;
Callers
2
callArduinoBuilder
Method · 0.95
initVersion
Method · 0.95
Calls
1
getHardwareFolder
Method · 0.95
Tested by
no test coverage detected