Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/arduino/Arduino
/ getDefaultFile
Method
getDefaultFile
app/src/processing/app/Theme.java:699–701 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
697
}
698
699
static
private
File getDefaultFile(String name) {
700
return
new
File(BaseNoGui.getContentFile(
"lib"
), name);
701
}
702
703
static
URL getUrl(File file) {
704
try {
Callers
1
getThemeResource
Method · 0.95
Calls
1
getContentFile
Method · 0.95
Tested by
no test coverage detected