Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ getSketchbookToolsFolder
Method
getSketchbookToolsFolder
app/src/processing/app/Base.java:2006–2008 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2004
2005
2006
static
public
File getSketchbookToolsFolder() {
2007
return
new
File(sketchbookFolder,
"tools"
);
2008
}
2009
2010
2011
static
public
File getSketchbookModesFolder() {
Callers
6
rebuildToolList
Method · 0.95
getInstalledContribs
Method · 0.95
makeSketchbookSubfolders
Method · 0.95
cleanup
Method · 0.95
doInBackground
Method · 0.95
getSketchbookFolder
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected