MCPcopy 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

rebuildToolListMethod · 0.95
getInstalledContribsMethod · 0.95
cleanupMethod · 0.95
doInBackgroundMethod · 0.95
getSketchbookFolderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected