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

Method getSrcFolder

java/src/processing/mode/java/JavaBuild.java:558–560  ·  view source on GitHub ↗

Path to the folder that will contain processed .java source files. Not the location for .pde files, since that can be obtained from the sketch.

()

Source from the content-addressed store, hash-verified

556 * the location for .pde files, since that can be obtained from the sketch.
557 */
558 public File getSrcFolder() {
559 return srcFolder;
560 }
561
562
563 public File getBinFolder() {

Callers 2

startDebugMethod · 0.95
compileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected