MCPcopy Create free account
hub / github.com/egg82/fetcharr / read

Method read

Lib/src/main/java/me/egg82/arr/file/JSONFile.java:31–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 }
30
31 public @NotNull JsonNode read() throws IOException {
32 JsonNode obj = readNode();
33 if (obj == null) {
34 obj = new JsonNode("{}");
35 }
36 return obj;
37 }
38
39 public void delete() throws IOException {
40 File parent = file.getParentFile();

Callers 5

isCacheWritableMethod · 0.95
isCacheWritableMethod · 0.95
getCacheMethod · 0.95
isCacheWritableMethod · 0.95
loadConfigMethod · 0.45

Calls 1

readNodeMethod · 0.95

Tested by

no test coverage detected