MCPcopy Index your code
hub / github.com/arduino/Arduino / getFile

Method getFile

arduino-core/src/processing/app/SketchFile.java:112–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110
111
112 public File getFile() {
113 return file;
114 }
115
116 /**
117 * Is this the primary file in the sketch?

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected