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

Method getSketchbookExamplesFolder

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

Source from the content-addressed store, hash-verified

2324
2325
2326 static public File getSketchbookExamplesFolder() {
2327 return new File(sketchbookFolder, "examples");
2328 }
2329
2330
2331 static public File getSketchbookTemplatesFolder() {

Callers 4

getSketchbookFolderMethod · 0.95
ExamplesFrameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected