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

Method getSketchbookExamplesFolder

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

Source from the content-addressed store, hash-verified

2014
2015
2016 static public File getSketchbookExamplesFolder() {
2017 return new File(sketchbookFolder, "examples");
2018 }
2019
2020
2021 static public File getSketchbookTemplatesFolder() {

Callers 4

getSketchbookFolderMethod · 0.95
loadMissingMethod · 0.95
ExamplesFrameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected