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

Method obtainConfig

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

Source from the content-addressed store, hash-verified

28 }
29
30 public static void obtainConfig() {
31 CONFIG = ConfigIO.obtain(CONFIG, CONFIG_PATH);
32 }
33
34 public static void writeConfig() {
35 try {

Callers 1

initMethod · 0.95

Calls 1

obtainMethod · 0.95

Tested by

no test coverage detected