Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ getSketchbookToolsFolder
Method
getSketchbookToolsFolder
app/src/processing/app/Base.java:2316–2318 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2314
2315
2316
static
public
File getSketchbookToolsFolder() {
2317
return
new
File(sketchbookFolder,
"tools"
);
2318
}
2319
2320
2321
static
public
File getSketchbookModesFolder() {
Callers
4
rebuildToolList
Method · 0.95
makeSketchbookSubfolders
Method · 0.95
cleanup
Method · 0.95
getSketchbookFolder
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected