Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
makeSketchbookSubfolders
Method · 0.95
getSketchbookFolder
Method · 0.95
loadMissing
Method · 0.95
ExamplesFrame
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected