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

Method load

app/src/processing/app/Settings.java:70–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68
69
70 public void load() {
71 load(file);
72 }
73
74
75 public void load(File additions) {

Callers 1

SettingsMethod · 0.95

Calls 5

loadStringsMethod · 0.95
getNameMethod · 0.95
getMethod · 0.95
trimMethod · 0.45
putMethod · 0.45

Tested by

no test coverage detected