MCPcopy Index your code
hub / github.com/benfry/processing4 / getSketchbookPath

Method getSketchbookPath

app/src/processing/app/Preferences.java:390–392  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

388
389
390 static public String getSketchbookPath() {
391 return get("sketchbook.path.four"); //$NON-NLS-1$
392 }
393
394
395 static protected void setSketchbookPath(String path) {

Callers 5

checkSketchbookPrefMethod · 0.95
saveAsMethod · 0.95
applyFrameMethod · 0.95
showFrameMethod · 0.95

Calls 1

getMethod · 0.95

Tested by

no test coverage detected