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

Method Settings

app/src/processing/app/Settings.java:58–67  ·  view source on GitHub ↗
(File file)

Source from the content-addressed store, hash-verified

56
57
58 public Settings(File file) throws IOException {
59 this.file = file;
60
61 if (file.exists()) {
62 load();
63 }
64
65 // clone the hash table
66 defaults = (HashMap<String,String>) table.clone();
67 }
68
69
70 public void load() {

Callers

nothing calls this directly

Calls 2

loadMethod · 0.95
cloneMethod · 0.45

Tested by

no test coverage detected