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