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

Method getCodeFolder

app/src/processing/app/Sketch.java:1643–1645  ·  view source on GitHub ↗

Returns the location of the sketch's code folder. (It may not exist yet.)

()

Source from the content-addressed store, hash-verified

1641 * Returns the location of the sketch's code folder. (It may not exist yet.)
1642 */
1643 public File getCodeFolder() {
1644 return codeFolder;
1645 }
1646
1647
1648 public boolean hasCodeFolder() {

Callers 5

changeModeMethod · 0.95
preprocessMethod · 0.80
exportApplicationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected