Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
AStyleInterface
Class · 0.95
AStyle
Method · 0.95
createNewUntitled
Method · 0.95
Calls
1
getContentFile
Method · 0.95
Tested by
no test coverage detected