Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ getToolsFolder
Method
getToolsFolder
app/src/processing/app/Base.java:1942–1944 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1940
1941
1942
static
public
File getToolsFolder() {
1943
return
Platform.getContentFile(
"tools"
);
1944
}
1945
1946
1947
static
public
void
locateSketchbookFolder() {
Callers
1
rebuildToolList
Method · 0.95
Calls
1
getContentFile
Method · 0.95
Tested by
no test coverage detected