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

Method getContentFile

app/src/processing/app/Mode.java:232–234  ·  view source on GitHub ↗
(String path)

Source from the content-addressed store, hash-verified

230
231
232 public File getContentFile(String path) {
233 return new File(folder, path);
234 }
235
236
237 public InputStream getContentStream(String path) throws FileNotFoundException {

Callers 4

getContentStreamMethod · 0.95
getTemplateFolderMethod · 0.95
loadIconsMethod · 0.95
exportApplicationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected