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

Method exists

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

Source from the content-addressed store, hash-verified

54 }
55
56 public boolean exists() {
57 return file.exists() && file.isFile();
58 }
59
60 private @Nullable JsonNode readNode() throws IOException {
61 if (!file.exists() || (file.exists() && file.isDirectory())) {

Callers 9

getCacheMethod · 0.95
loadConfigMethod · 0.80
MainClass · 0.80
EnabledPluginImplMethod · 0.80
initMethod · 0.80
downloadPluginsMethod · 0.80
deleteMethod · 0.80
readNodeMethod · 0.80
writeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected