Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
checkSketchbookPref
Method · 0.95
locateSketchbookFolder
Method · 0.95
saveAs
Method · 0.95
applyFrame
Method · 0.95
showFrame
Method · 0.95
Calls
1
get
Method · 0.95
Tested by
no test coverage detected