Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/arduino/Arduino
/ getUrl
Method
getUrl
app/src/processing/app/Theme.java:703–709 ·
view source on GitHub ↗
(File file)
Source
from the content-addressed store, hash-verified
701
}
702
703
static
URL getUrl(File file) {
704
try {
705
return
file.toURI().toURL();
706
} catch (MalformedURLException ex) {
707
return
null;
708
}
709
}
710
711
static
URL getUrl(ZipEntry entry) {
712
try {
Callers
1
getThemeResource
Method · 0.95
Calls
3
replace
Method · 0.80
getZip
Method · 0.80
getName
Method · 0.65
Tested by
no test coverage detected