MCPcopy Index your code
hub / github.com/processing/processing / sketchFile

Method sketchFile

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

Source from the content-addressed store, hash-verified

8022
8023
8024 public File sketchFile(String where) {
8025 return new File(sketchPath(where));
8026 }
8027
8028
8029 /**

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