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

Method updateSketchCodes

app/src/processing/app/Sketch.java:794–796  ·  view source on GitHub ↗

Ensure that all SketchCodes are up-to-date, so that sc.save() works.

()

Source from the content-addressed store, hash-verified

792 * Ensure that all SketchCodes are up-to-date, so that sc.save() works.
793 */
794 public void updateSketchCodes() {
795 current.setProgram(editor.getText());
796 }
797
798
799 /**

Callers 3

saveMethod · 0.95
saveAsMethod · 0.95
checkFilesMethod · 0.80

Calls 2

setProgramMethod · 0.80
getTextMethod · 0.45

Tested by

no test coverage detected