MCPcopy Index your code
hub / github.com/processing/processing / save

Method save

app/src/processing/app/SketchCode.java:320–328  ·  view source on GitHub ↗

Save this piece of code, regardless of whether the modified flag is set or not.

()

Source from the content-addressed store, hash-verified

318 * flag is set or not.
319 */
320 public void save() throws IOException {
321 // TODO re-enable history
322 //history.record(s, SketchHistory.SAVE);
323
324 Util.saveFile(program, file);
325 savedProgram = program;
326 lastModified = file.lastModified();
327 setModified(false);
328 }
329
330
331 /**

Callers 1

addBreakpointCommentsMethod · 0.95

Calls 2

saveFileMethod · 0.95
setModifiedMethod · 0.95

Tested by

no test coverage detected