Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/arduino/Arduino
/ getPortableFolder
Method
getPortableFolder
arduino-core/src/processing/app/BaseNoGui.java:257–259 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
255
}
256
257
static
public
File getPortableFolder() {
258
return
portableFolder;
259
}
260
261
static
public
String getPortableSketchbookFolder() {
262
return
portableSketchbookFolder;
Callers
7
getDefaultSketchbookFolder
Method · 0.95
getSettingsFolder
Method · 0.95
getSketchbookFolder
Method · 0.95
getSketchbookPath
Method · 0.95
savePreferencesData
Method · 0.95
Base
Method · 0.95
restoreSketches
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected