MCPcopy 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

saveMethod · 0.95
placeExceptionMethod · 0.80
createTabsMethod · 0.80
saveMethod · 0.80
ensureExistenceMethod · 0.80
openFilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected