MCPcopy Create free account
hub / github.com/benfry/processing4 / SketchCode

Method SketchCode

app/src/processing/app/SketchCode.java:85–94  ·  view source on GitHub ↗
(File file, String extension)

Source from the content-addressed store, hash-verified

83
84
85 public SketchCode(File file, String extension) {
86 this.file = file;
87 this.extension = extension;
88
89 try {
90 load();
91 } catch (IOException e) {
92 System.err.println("Error while loading code " + file.getName());
93 }
94 }
95
96
97 public File getFile() {

Callers

nothing calls this directly

Calls 3

loadMethod · 0.95
printlnMethod · 0.45
getNameMethod · 0.45

Tested by

no test coverage detected