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

Method getCodeCount

arduino-core/src/processing/app/Sketch.java:142–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140 }
141
142 public int getCodeCount() {
143 return files.size();
144 }
145
146 public SketchFile[] getFiles() {
147 return files.toArray(new SketchFile[0]);

Callers 2

runMethod · 0.95
createTabsMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected