MCPcopy Index your code
hub / github.com/benfry/processing4 / copyTo

Method copyTo

app/src/processing/app/SketchCode.java:128–130  ·  view source on GitHub ↗
(File dest)

Source from the content-addressed store, hash-verified

126
127
128 public void copyTo(File dest) throws IOException {
129 Util.saveFile(program, dest);
130 }
131
132
133 public String getFileName() {

Callers 3

checkFilesMethod · 0.80
preprocessMethod · 0.80
exportApplicationMethod · 0.80

Calls 1

saveFileMethod · 0.95

Tested by

no test coverage detected