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

Method getMainFile

app/src/processing/app/Sketch.java:1594–1596  ·  view source on GitHub ↗

Returns a File object for the main .pde file for this sketch.

()

Source from the content-addressed store, hash-verified

1592 * Returns a File object for the main .pde file for this sketch.
1593 */
1594 public File getMainFile() {
1595 return primaryFile;
1596 }
1597
1598
1599 /**

Callers 1

updateTitleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected