Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arduino/Arduino
/ getFiles
Method
getFiles
arduino-core/src/processing/app/Sketch.java:146–148 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
144
}
145
146
public
SketchFile[] getFiles() {
147
return
files.toArray(
new
SketchFile[0]);
148
}
149
150
/**
151
* Returns a file object
for
the primary .pde of this sketch.
Callers
8
save
Method · 0.95
placeException
Method · 0.80
createTabs
Method · 0.80
save
Method · 0.80
saveSketchInTempFolder
Method · 0.80
ensureExistence
Method · 0.80
sketchFilesAreReadOnly
Method · 0.80
openFiles
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected