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

Method sketchOutputPath

core/src/processing/core/PApplet.java:1101–1104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1099
1100
1101 final public String sketchOutputPath() {
1102 //return null;
1103 return outputPath;
1104 }
1105
1106
1107 final public OutputStream sketchOutputStream() {

Callers 1

createPrimaryGraphicsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected