MCPcopy Create free account
hub / github.com/Garten/sourcecraft / writeConfig

Method writeConfig

src/periphery/Periphery.java:34–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 }
33
34 public static void writeConfig() {
35 try {
36 ConfigIO.write(CONFIG, CONFIG_PATH);
37 } catch (IOException e) {
38 // TODO Auto-generated catch block
39 e.printStackTrace();
40 }
41 }
42
43 public static void writePlaces() {
44 writePlaces(PLACES);

Callers 1

writeMethod · 0.95

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected