MCPcopy
hub / github.com/arduino/Arduino / getFile

Method getFile

arduino-core/src/processing/app/Sketch.java:164–166  ·  view source on GitHub ↗
(int i)

Source from the content-addressed store, hash-verified

162 }
163
164 public SketchFile getFile(int i) {
165 return files.get(i);
166 }
167
168 /**
169 * Gets the build path for this sketch. The first time this is called,

Callers 4

runMethod · 0.95
CompilerMethod · 0.45
getMainFilePathMethod · 0.45
findFileIndexMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected