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

Method read

app/src/processing/app/Language.java:387–389  ·  view source on GitHub ↗
(File additions)

Source from the content-addressed store, hash-verified

385 }
386
387 void read(File additions) {
388 read(additions, false);
389 }
390
391 void read(File additions, boolean enforcePrefix) {
392 String prefix = null;

Callers 11

LanguageBundleMethod · 0.95
handleClientMethod · 0.45
sendFileMethod · 0.45
addModeStringsMethod · 0.45
loadBytesRawMethod · 0.45
copyFileMethod · 0.45
unzipEntryMethod · 0.45
copyFileMethod · 0.45
downloadMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls 5

loadStringsMethod · 0.95
trimMethod · 0.45
printlnMethod · 0.45
replaceAllMethod · 0.45
putMethod · 0.45

Tested by

no test coverage detected