Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ sketchPath
Method
sketchPath
core/src/processing/core/PApplet.java:7987–7992 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7985
7986
7987
public
String sketchPath() {
7988
if
(sketchPath == null) {
7989
sketchPath = calcSketchPath();
7990
}
7991
return
sketchPath;
7992
}
7993
7994
7995
/**
Callers
4
createInputRaw
Method · 0.95
sketchFile
Method · 0.95
savePath
Method · 0.95
resourceFilename
Method · 0.80
Calls
1
calcSketchPath
Method · 0.95
Tested by
no test coverage detected