MCPcopy Index your code
hub / github.com/arduino/Arduino / getContentFile

Method getContentFile

app/src/processing/app/Base.java:2201–2203  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

2199
2200
2201 static public File getContentFile(String name) {
2202 return BaseNoGui.getContentFile(name);
2203 }
2204
2205
2206 // ...................................................................

Callers 3

AStyleInterfaceClass · 0.95
AStyleMethod · 0.95
createNewUntitledMethod · 0.95

Calls 1

getContentFileMethod · 0.95

Tested by

no test coverage detected