Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/arduino/Arduino
/ getDataFolder
Method
getDataFolder
arduino-core/src/processing/app/Sketch.java:206–208 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
204
}
205
206
public
File getDataFolder() {
207
return
new
File(folder,
"data"
);
208
}
209
210
/**
211
* Is any of the files in this sketch modified?
Callers
3
prepareDataFolder
Method · 0.95
saveAs
Method · 0.95
addFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected