MCPcopy 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

getThemeResourceMethod · 0.95

Calls 3

replaceMethod · 0.80
getZipMethod · 0.80
getNameMethod · 0.65

Tested by

no test coverage detected