Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
LanguageBundle
Method · 0.95
handleClient
Method · 0.45
sendFile
Method · 0.45
addModeStrings
Method · 0.45
loadBytesRaw
Method · 0.45
copyFile
Method · 0.45
unzipEntry
Method · 0.45
copyFile
Method · 0.45
download
Method · 0.45
run
Method · 0.45
run
Method · 0.45
Calls
5
loadStrings
Method · 0.95
trim
Method · 0.45
println
Method · 0.45
replaceAll
Method · 0.45
put
Method · 0.45
Tested by
no test coverage detected