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

Method save

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

Source from the content-addressed store, hash-verified

133 }
134
135 public void save() throws IOException {
136 for (SketchFile file : getFiles()) {
137 if (file.isModified())
138 file.save();
139 }
140 }
141
142 public int getCodeCount() {
143 return files.size();

Callers

nothing calls this directly

Calls 2

getFilesMethod · 0.95
isModifiedMethod · 0.65

Tested by

no test coverage detected