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

Method Sketch

app/src/processing/app/Sketch.java:102–106  ·  view source on GitHub ↗

Used by the command-line version to create a sketch object. @param path location of the main .pde file @param mode what flavor of sketch we're dealing with.

(String path, Mode mode)

Source from the content-addressed store, hash-verified

100 * @param mode what flavor of sketch we're dealing with.
101 */
102 public Sketch(String path, Mode mode) {
103 this.editor = null;
104 this.mode = mode;
105 load(path);
106 }
107
108
109 /**

Callers

nothing calls this directly

Calls 2

loadMethod · 0.95
getModeMethod · 0.45

Tested by

no test coverage detected