MCPcopy 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

rebuildToolListMethod · 0.95

Calls 1

getContentFileMethod · 0.95

Tested by

no test coverage detected