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

Method removeFile

arduino-core/src/processing/app/Sketch.java:193–196  ·  view source on GitHub ↗
(SketchFile which)

Source from the content-addressed store, hash-verified

191 }
192
193 protected void removeFile(SketchFile which) {
194 if (!files.remove(which))
195 System.err.println("removeCode: internal error.. could not find code");
196 }
197
198 public String getName() {
199 return folder.getName();

Callers 2

deleteMethod · 0.80
handleDeleteCodeMethod · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected