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

Method sketchFile

core/src/processing/core/PApplet.java:7234–7236  ·  view source on GitHub ↗
(String where)

Source from the content-addressed store, hash-verified

7232
7233
7234 public File sketchFile(String where) {
7235 return new File(sketchPath(where));
7236 }
7237
7238
7239 /**

Callers 8

listFilesMethod · 0.95
createInputRawMethod · 0.95
saveImplMethod · 0.80
resourceFilenameMethod · 0.80
saveMethod · 0.80
getBasePathMethod · 0.80

Calls 1

sketchPathMethod · 0.95

Tested by

no test coverage detected