MCPcopy 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

createInputRawMethod · 0.95
sketchFileMethod · 0.95
savePathMethod · 0.95
resourceFilenameMethod · 0.80

Calls 1

calcSketchPathMethod · 0.95

Tested by

no test coverage detected