MCPcopy Index your code
hub / github.com/benfry/processing4 / getSketchbookTemplatesFolder

Method getSketchbookTemplatesFolder

app/src/processing/app/Base.java:2331–2333  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2329
2330
2331 static public File getSketchbookTemplatesFolder() {
2332 return new File(sketchbookFolder, "templates");
2333 }
2334
2335
2336 static protected File getDefaultSketchbookFolder() {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected