Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ getSketchbookLibrariesFolder
Method
getSketchbookLibrariesFolder
app/src/processing/app/Base.java:2001–2003 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1999
2000
2001
static
public
File getSketchbookLibrariesFolder() {
2002
return
new
File(sketchbookFolder,
"libraries"
);
2003
}
2004
2005
2006
static
public
File getSketchbookToolsFolder() {
Callers
5
rebuildLibraryList
Method · 0.95
makeSketchbookSubfolders
Method · 0.95
cleanup
Method · 0.95
getSketchbookFolder
Method · 0.95
updateContributionListing
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected